Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion site/content/docs/cli/command-line-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ npx checkly deploy
```

- `--config` or `-c`: You can specify a particular configuration file, e.g. `--config="./checkly.staging.config.ts"`
- `--debug-bundle`: Generate a JSON file containing the data sent to our servers when you deploy.
- `--force` or `-f`: Skips the confirmation dialog when deploying. Handy in CI environments.
- `--preview` or `-p`: Preview the differences between your actual configuration and your account.
- `--output` or `-o`: Show applied differences after deploying.
Expand Down
Loading