Current Working Directory
The--cwd option can be used to provide a working directory (that can be different from the current directory) when running Appz CLI commands.
This option can be a relative or absolute path.
Using the appz command with the --cwd option.
Debug
The--debug option, shorthand -d, can be used to provide a more verbose output when running Appz CLI commands.
Using theappzcommand with the--debugoption.
Global config
The--global-config option, shorthand -Q, can be used set the path to the global configuration directory.
Using the appz command with the --global-config option.
Help
The--help option, shorthand -h, can be used to display more information about Appz CLI commands.
Using theappzcommand with the--helpoption.
Using theappz aliascommand with the--helpoption.
Local config
The--local-config option, shorthand -A, can be used to set the path to a local appz.json file.
Using the appz command with the --local-config option.
Scope
The--scope option, shorthand -S, can be used to execute Appz CLI commands from a scope that’s not currently active.
Using theappzcommand with the--scopeoption.
Token
The--token option, shorthand -t, can be used to execute Appz CLI commands with an authorization token.
Using theappzcommand with the--tokenoption.