Skip to content

Commit 014692d

Browse files
Update src/content/docs/workers/wrangler/commands.mdx
Co-authored-by: Nikita Sharma <[email protected]>
1 parent f213826 commit 014692d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ None of the options for this command are required. Also, many can be set in your
325325
- `--metafile` <Type text="string" /> <MetaInfo text="optional" />
326326
- Specify a file to write the build metadata from esbuild to. If flag is used without a path string, this defaults to `bundle-meta.json` inside the directory specified by `--outdir`. This can be useful for understanding the bundle size.
327327
- `--containers-rollout` <Type text="immediate | gradual" /> <MetaInfo text="optional" />
328-
- 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.
328+
- 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.
329329
- Defaults to `gradual`, where the default rollout is 10% then 100% of instances.
330330

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

0 commit comments

Comments
 (0)