avr auth
Authenticate and manage credentials.
avr auth [OPTIONS] COMMAND [ARGS]...Subcommands
Section titled “Subcommands”avr auth login
Section titled “avr auth login”Authenticate via browser and store credentials.
avr auth login [OPTIONS]Options
--provider<CHOICE>— OAuth provider to use for CLI login. (choices:google,github· default:github)
avr auth logout
Section titled “avr auth logout”Revoke the current API key and remove stored credentials.
avr auth logout [OPTIONS]avr auth status
Section titled “avr auth status”Display the authenticated user and connection state.
avr auth status [OPTIONS]Options
--show-token— Display the auth token in plain text.--json<TEXT>— Output JSON. Pass comma-separated field names, "*" for all fields, or "?" to list available fields.-q, --jq<TEXT>— Filter --json output through a jq expression.
avr auth switch
Section titled “avr auth switch”Switch the default host used when AVR_HOST isn't set.
avr auth switch [OPTIONS] [HOST]Examples: avr auth switch # show current default + all hosts avr auth switch https://api.avrea.comArguments
[HOST]