avr settings
View and toggle cache and runner settings.
avr settings [OPTIONS] COMMAND [ARGS]...Subcommands
Section titled “Subcommands”avr settings list
Section titled “avr settings list”List settings with their current values and source.
avr settings list [OPTIONS]Examples: avr settings list --org org-abc123 avr settings list --org org-abc123 --repo rep-xyz789 avr settings list --repo avrea-com/avrea-core avr settings list --prefix cache. avr settings list --json key,value,sourceJSON FIELDS key, source, valueOptions
--org<TEXT>— Organization ID. Uses default org if not specified.--repo<TEXT>— Repository (org/repo or rep-xxx). Auto-detected from git remote if omitted.--prefix<TEXT>— Filter by key prefix (e.g. 'cache.').--web— Open in browser.--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 settings reset
Section titled “avr settings reset”Remove a setting override, reverting to the inherited or default value.
avr settings reset [OPTIONS] KEYExamples: avr settings reset cache.gha.enabled --repo rep-xyz789 avr settings reset cache.packages.enabled --org org-abc123Arguments
KEY
Options
--org<TEXT>— Organization ID. Uses default org if not specified.--repo<TEXT>— Repository (org/repo or rep-xxx). Auto-detected from git remote if omitted.
avr settings schema
Section titled “avr settings schema”List available setting definitions.
avr settings schema [OPTIONS]Examples: avr settings schema avr settings schema --prefix cache. --scope repository avr settings schema --json '*'JSON FIELDS choices, default, description, inherits, key, max_value, min_value, scopes, value_typeOptions
--prefix<TEXT>— Filter by key prefix (e.g. 'cache.').--scope<CHOICE>— Filter by scope. (choices:repository,organization)--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 settings set
Section titled “avr settings set”Set a setting value.
avr settings set [OPTIONS] KEY VALUEVALUE is parsed as a boolean (true/false) or integer when possible, otherwise treated as a string.
Examples: avr settings set cache.gha.enabled false --org org-abc123 avr settings set cache.packages.enabled true --repo rep-xyz789Arguments
KEYVALUE
Options
--org<TEXT>— Organization ID. Uses default org if not specified.--repo<TEXT>— Repository (org/repo or rep-xxx). Auto-detected from git remote if omitted.