Azion CLI global options
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)error
debug
silent
The -s
or --silent
option silences logs completely. Usually, it’s used for automation purposes.
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.
no-color
The --no-color
option indicates the output to not use colors.