# aembit

> Aembit CLI command reference

Base command for the Aembit CLI, which allows you to work with Aembit-managed credentials.

## Core commands

* [`aembit credentials get`](/dev-guide/cli/reference/credentials-get) - retrieve credentials for a specific Client Workload

## Options

### `-h | --help`

Print help for the `aembit` command or the given subcommands.

### `-V | --version`

Print the version of the Aembit CLI.

## Examples

```shell
# Print the version of the Aembit CLI
aembit --version
Aembit Agent CLI 1.24.3328
```



```shell
# Print the help text for the Aembit CLI
aembit --help
Usage: aembit [OPTIONS] [COMMAND]


...
...
```