config
Manage the CLI's configuration
uffizzi config [SUBCOMMAND] [OPTIONS]
config get-value
Displays the value of the specified option
uffizzi config get-value [OPTIONS]
Option | Description |
---|---|
-p , --print | Dump kubeconfig to STDOUT |
-q , --quiet | Suppress output |
-k , --kubeconfig | This option specifies the location of the kubeconfig file to create or update |
config list
Lists all options and their values from the config file
uffizzi config list
config set
Sets the value of the specified option
uffizzi config set [OPTION] [VALUE]
config unset
Deletes the value of the specified option
uffizzi config unset [OPTION]