We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e05762 commit 655e7baCopy full SHA for 655e7ba
env-config.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+read -p "Enter JFrog Access Token: " JF_TOKEN
4
5
+echo "export JFROG_ACCESS_TOKEN=${JF_TOKEN}" >> ~/.bashrc
6
7
+jf rt ping
0 commit comments