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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,27 @@ If cloudmonkey is being upgraded from a version lower than v6.0.0, it must be no
79
79
that the cloudmonkey configuration path is changed from `~/.cloudmonkey/config` to
80
80
`~/.cmk/config` and a default `localcloud` profile is created. One must first set up basic configurations such as apikey/secretkey/username/password/url for the required profile(s) as required
81
81
82
+
### Environment Variables
83
+
84
+
`cmk` supports environment variables that mirror its CLI flags. CLI flags take
85
+
precedence over environment variables, which take precedence over values in the
0 commit comments