Azion CLI global options
Explore essential Azion CLI commands for managing configurations, tokens, and debugging. Helpful guide for version checks, log settings, and more.
Azion CLI commands that can be run anywhere in the process.
version
The -v or --version option informs which Azion version you’ve currently installed.
debug
The -d or --debug option displays logs at a debug level.
config
The -c or --config option sets the Azion configuration folder for the current command only, without changing persistent settings.
Standard config file, created by Azion:
New config file created by the user:
Usage:
log-level
The -l or --log-level option informs the level of log to be output. The options are:
info(default)errordebug
silent
The -s or --silent option silences logs completely. Usually, it’s used for automation purposes.
timeout
The --timeout option defines the timeout for CLI requests in seconds. The default value is 50.
token
The -t or --token option saves a given personal token locally to authorize CLI commands.
yes
The -y or --yes option answers all yes/no interactions automatically with yes.
help
The h or --help option displays more information about the azion command.
format
The --format option changes the output format by passing the json value to the flag.
out
The --out option exports the output to the given file path.
no-color
The --no-color option indicates the output to not use colors.