# atmos helm deploy

Deploy a Helm release for a component in a stack. `deploy` is an alias for
[`apply`](/cli/commands/helm/apply): it installs or upgrades the release
(`helm upgrade --install`), or delivers rendered manifests to a provision
target when `--target` is set.

## Usage

```shell
atmos helm deploy <component> --stack <stack> [options]
atmos helm deploy monitoring -s plat-ue2-dev --target deployment-repo
```

## Flags

- **`--stack`, `-s` (required)**
  Atmos stack.
- **`--target` (optional)**
  Provision target to deliver to. Defaults to 
  `provision.default`
  , otherwise the cluster.
- **`--all` / `--affected` / `--include-dependents` (optional)**
  Process multiple Helm components in dependency order. See 
  [`apply`](/cli/commands/helm/apply)
  .
