Skip to content

Commit 93402e0

Browse files
remove --force flag
1 parent efcfde5 commit 93402e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/content/docs/workers/wrangler/commands.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,6 @@ None of the options for this command are required. Also, many can be set in your
322322
- Defaults to `gradual`, where the default rollout is 10% then 100% of instances.
323323
- `--strict` <Type text="boolean" /> <MetaInfo text="(default: false) optional" />
324324
- Turns on strict mode for the deployment command, meaning that the command will be more defensive and prevent deployments which could introduce potential issues. In particular this mode makes sure that in non-interactive environments, if a deployment would potentially override remote settings then the deployment is prevented.
325-
- `--force` <Type text="boolean" /> <MetaInfo text="(default: false) optional" />
326-
- Disables strict mode (if set via `--strict`) so that potentially problematic deployments are no longer prevented.
327325

328326
<Render file="wrangler-commands/global-flags" product="workers" />
329327

0 commit comments

Comments
 (0)