Skip to content

Commit 8ada66f

Browse files
authored
Merge pull request #124 from checkly/debug-bundle-note
Expand on debug bundle warning
2 parents 366e453 + 35de03f commit 8ada66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/checkly-deploy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +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. |
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. |
2626
| `--output, -o` | Show the changes made after the deploy command. |
2727
| `--preview, -p` | Show a preview of the changes made by the deploy command. |
2828
| `--[no-]schedule-on-deploy` | Enables automatic check scheduling after a deploy. |

0 commit comments

Comments
 (0)