File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/content/docs/workers/wrangler Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1659,6 +1659,8 @@ wrangler pages deployment list [--project-name <PROJECT_NAME>]
16591659
16601660- ` --project-name ` <Type text = " string" /> <MetaInfo text = " optional" />
16611661 - The name of the project you would like to list deployments for.
1662+ - ` --environment ` <Type text = " 'production'|'preview'" /> <MetaInfo text = " optional" />
1663+ - Environment type to list deployments for.
16621664
16631665### ` deployment tail `
16641666
@@ -2328,4 +2330,4 @@ The minimum required Wrangler version to use this command is 3.66.0.
23282330 - The path to where the ** runtime types** file will be written.
23292331 - Leave the path blank to use the default option, e.g. ` npx wrangler types --x-include-runtime `
23302332 - A custom path must be relative to the project root, e.g. ` ./my-runtime-types.d.ts `
2331- - A custom path must have a ` d.ts ` extension.
2333+ - A custom path must have a ` d.ts ` extension.
You can’t perform that action at this time.
0 commit comments