Commands
config

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]
OptionDescription
-p, --printDump kubeconfig to STDOUT
-q, --quietSuppress output
-k, --kubeconfigThis 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]