# leapview deploy

Atomically deploy a configuration-as-code project

## Usage

```sh
leapview deploy [flags]
```

## Behavior

| Side effect | Confirmation |
| --- | --- |
| `write` | `conditional` |

## Options

| Flag | Type | Default | Required | Description |
| --- | --- | --- | --- | --- |
| `--auto-approve` | bool | `false` | false | approve and activate the deployment without prompting |
| `--environment` | string | `` | false | assert the target instance environment |
| `--project` | string | `dashboards/leapview.yaml` | false | project path |
| `--revision` | stringArray | `[]` | false | managed revision pin as connection=sha256:<digest> (repeatable) |
| `--target` | string | `` | false | LeapView server URL |
| `--token` | string | `` | false | API token |
