Skip to content

avr config

View and manage CLI configuration.

Terminal window
avr config [OPTIONS] COMMAND [ARGS]...

Print the value of a configuration key.

Terminal window
avr config get [OPTIONS] {org}
Terminal window
Available keys:
org Active organization ID

Arguments

  • KEY (choices: org)

Show the active CLI configuration (host, auth, org, default repo).

Terminal window
avr config list [OPTIONS]

Set a CLI configuration value.

Terminal window
avr config set [OPTIONS] {org} VALUE
Terminal window
Available keys:
org Active organization ID
Terminal window
Examples:
avr config set org org-abc123

Arguments

  • KEY (choices: org)
  • VALUE

Remove a configuration override.

Terminal window
avr config unset [OPTIONS] {org}
Terminal window
Available keys:
org Drop the stored default organization for the active host
Terminal window
Examples:
avr config unset org

Arguments

  • KEY (choices: org)