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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,22 @@ Use "cloudctl [command] --help" for more information about a command.
41
41
## Requirements and Setup
42
42
Download the latest release from [here](https://github.com/cloudoperators/cloudctl/releases), move to a location in PATH and update file permissions.
43
43
44
+
## Passing configuration options
45
+
Configuration options for each command can be provided through command line parameters, environment variables (using `CLOUDCTL_` as a variable name prefix), and/or through configuration file.
46
+
Configuration file location is searched in that order (first found takes precedence):
47
+
* what is provided as a value for `--config` parameter
48
+
* what is provided as a value for `$CLOUDCTL_CONFIG` environment variable
0 commit comments