avr config
View and manage CLI configuration.
avr config [OPTIONS] COMMAND [ARGS]...Subcommands
Section titled “Subcommands”avr config get
Section titled “avr config get”Print the value of a configuration key.
avr config get [OPTIONS] {org}Available keys: org Active organization IDArguments
KEY(choices:org)
avr config list
Section titled “avr config list”Show the active CLI configuration (host, auth, org, default repo).
avr config list [OPTIONS]avr config set
Section titled “avr config set”Set a CLI configuration value.
avr config set [OPTIONS] {org} VALUEAvailable keys: org Active organization IDExamples: avr config set org org-abc123Arguments
KEY(choices:org)VALUE
avr config unset
Section titled “avr config unset”Remove a configuration override.
avr config unset [OPTIONS] {org}Available keys: org Drop the stored default organization for the active hostExamples: avr config unset orgArguments
KEY(choices:org)