Skip to content

Commit c731b6d

Browse files
danielrsharshil1712
authored andcommitted
[Wrangler] Docs for wrangler pages deployment list --environment <ENV> (#18278)
1 parent 8c9b3fd commit c731b6d

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
@@ -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.

0 commit comments

Comments
 (0)