Skip to content

Commit 366e453

Browse files
authored
Merge pull request #123 from checkly/debug-bundle
Add debug bundle to dev docs with usage warning
2 parents a1ba804 + 55a6758 commit 366e453

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cli/checkly-deploy.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ npx checkly deploy [options]
2222
|--------|-------------|
2323
| `--config, -c` | The Checkly CLI configuration file. If not passed, uses the `checkly.config.ts\|js` file in the current directory. |
2424
| `--force, -f` | Force mode. Skips the confirmation dialog. |
25+
| `--debug-bundle` | Generate a JSON file containing the data sent to our servers when you deploy. **Note**: This flag is in beta. The bundle’s structure is not considered a stable format and may change without notice. It’s intended for one-off troubleshooting, not for automation or tooling. |
2526
| `--output, -o` | Show the changes made after the deploy command. |
2627
| `--preview, -p` | Show a preview of the changes made by the deploy command. |
2728
| `--[no-]schedule-on-deploy` | Enables automatic check scheduling after a deploy. |

0 commit comments

Comments
 (0)