You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/checkly-deploy.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ npx checkly deploy [options]
22
22
|--------|-------------|
23
23
|`--config, -c`| The Checkly CLI configuration file. If not passed, uses the `checkly.config.ts\|js` file in the current directory. |
24
24
|`--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. |
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, and note it may contain secrets before sharing. |
26
26
|`--output, -o`| Show the changes made after the deploy command. |
27
27
|`--preview, -p`| Show a preview of the changes made by the deploy command. |
28
28
|`--[no-]schedule-on-deploy`| Enables automatic check scheduling after a deploy. |
0 commit comments