You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,44 +48,53 @@ go build -o GoJelastic
48
48
* URL: Your Jelastic API URL
49
49
* NODEID: The unique ID of the node/container
50
50
51
+
### Configure Environment into a file
52
+
53
+
If you want to use the CLI without passing the token and the URL each time, you can configure it into a file (stored in your home directory in a file named `gojelastic.env`)
0 commit comments