Available commands
Section titled “Available commands”Aembit CLI provides the following commands to manage credentials:
aembit credentials get- retrieve credentials for a specific Client Workload
Options
Section titled “Options”--log-level
Section titled “--log-level”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.
-h | --help
Section titled “-h | --help”Print help for the aembit command or the given subcommands.
-V | --version
Section titled “-V | --version”Print the version of the Aembit CLI.
Examples
Section titled “Examples”# Print the version of the Aembit CLIaembit credentials --versionAembit Agent CLI 1.24.3328# Print the help text for the Aembit CLI credentials commandaembit credentials --helpUsage: aembit credentials [OPTIONS] [COMMAND]
......# Set the log level to debugaembit credentials --log-level debug# Set the log level to erroraembit credentials --log-level error