> ## 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.

# Workflow apply

Apply a workflow.

## Usage

```
Usage: keep workflow apply [OPTIONS]
```

## Options

* `file` (REQUIRED):

  * Type: Path
  * Default: `none`
  * Usage: `--file
    -f`

  The workflow file

* `help`:

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

  Show this message and exit.

## CLI Help

```
Usage: keep workflow apply [OPTIONS]

  Apply a workflow.

Options:
  -f, --file PATH  The workflow file  [required]
  --help           Show this message and exit.
```
