Skip to content

Commit d10c062

Browse files
committed
add flag
1 parent e1c9e23 commit d10c062

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,9 @@ None of the options for this command are required. Also, many can be set in your
324324
- Specify the [Workers for Platforms dispatch namespace](/cloudflare-for-platforms/workers-for-platforms/get-started/configuration/#2-create-a-dispatch-namespace) to upload this Worker to.
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.
327+
- `--containers-rollout` <Type text="immediate | gradual" /> <MetaInfo text="optional" />
328+
- Specify the rollout strategy for 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.
329+
- Defaults to `gradual`, where the default rollout is 10% then 100% of instances.
327330

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

@@ -1733,7 +1736,6 @@ wrangler cert upload certificate-authority --ca-cert <PATH> [OPTIONS]
17331736
```
17341737

17351738
- `--ca-cert` <Type text="string" /> <MetaInfo text="required" />
1736-
17371739
- A path to the Certificate Authority (CA) chain certificate to upload.
17381740

17391741
- `--name` <Type text="string" /> <MetaInfo text="optional" />

0 commit comments

Comments
 (0)