Skip to content
Draft
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
2 changes: 2 additions & 0 deletions src/content/docs/workers/wrangler/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ None of the options for this command are required. Also, many can be set in your
- `--containers-rollout` <Type text="immediate | gradual" /> <MetaInfo text="optional" />
- Specify the [rollout strategy](/containers/faq#how-do-container-updates-and-rollouts-work) for [Containers](/containers) associated with the Worker. If set to `immediate`, 100% of container instances will be updated in one rollout step, overriding any configuration in `rollout_step_percentage`. Note that `rollout_active_grace_period`, if configured, still applies.
- Defaults to `gradual`, where the default rollout is 10% then 100% of instances.
- `--strict` <Type text="boolean" /> <MetaInfo text="(default: false) optional" />
- 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.

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

Expand Down