Skip to content

Aembit CLI provides the following commands to manage credentials:

Default - warn
Possible values - off, trace, debug, info, warn, error
Agent Proxy env var: AEMBIT_LOG_LEVEL
Description - The log level to use for the Aembit CLI. This controls the verbosity of the output from the CLI.

Print help for the aembit command or the given subcommands.

Print the version of the Aembit CLI.

# Print the version of the Aembit CLI
aembit credentials --version
Aembit Agent CLI 1.24.3328

# Print the help text for the Aembit CLI credentials command
aembit credentials --help
Usage: aembit credentials [OPTIONS] [COMMAND]
...
...

# Set the log level to debug
aembit credentials --log-level debug

# Set the log level to error
aembit credentials --log-level error