astra config
astra config [-qV] [--no-input] [--[no-]spinner] [--dump-logs[=FILE]]
[-cf=PATH] [--color=WHEN] [-e=ENV] [-o=FORMAT] [COMMAND]
Manage your Astra CLI configuration profiles
Alias of astra config list
Options
-cf,--config-file-
The .astrarc file to work with. See
astra config path -hfor how this is resolved. -e,--env-
Filter by Astra environment
Common Options
-o,--output-
One of: human, json, csv
-V,--verbose-
Enable verbose logging output
-q,--quiet-
Only output essential information
--spinner-
Enable/disable loading spinners
--no-input-
Don’t ask for user input (e.g. confirmation prompts)
--color-
One of: auto, never, always
--dump-logs-
Write all logs to an optionally specified file
Examples
# List your configuration profiles
$ astra config
# Interactively create a new configuration profile
$ astra config setup
# Programmatically create a new configuration profile
$ astra config create my_profile --token @token.txt
# Set an existing configuration profile as default
$ astra config use my_profile