> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keephq.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Cli

# cli

Run Keep CLI.

## Usage

```
Usage: cli [OPTIONS] COMMAND [ARGS]...
```

## Options

* `verbose`:

  * Type: IntRange(0, None)
  * Default: `0`
  * Usage: `--verbose
    -v`

  Enable verbose output.

* `json`:

  * Type: BOOL
  * Default: `false`
  * Usage: `--json
    -j`

  Enable json output.

* `keep_config`:

  * Type: STRING
  * Default: `keep.yaml`
  * Usage: `--keep-config
    -c`

  The path to the keep config file (default keep.yaml)

* `help`:

  * Type: BOOL
  * Default: `false`
  * Usage: `--help`

  Show this message and exit.

## CLI Help

```
Usage: cli [OPTIONS] COMMAND [ARGS]...

  Run Keep CLI.

Options:
  -v, --verbose           Enable verbose output.
  -j, --json              Enable json output.
  -c, --keep-config TEXT  The path to the keep config file (default keep.yaml)
  --help                  Show this message and exit.

Commands:
  alert     Manage alerts.
  api       Start the API.
  config    Get the config.
  provider  Manage providers.
  run       Run a workflow.
  version   Get the library version.
  whoami    Verify the api key auth.
  workflow  Manage workflows.
```
