Skip to content
Merged
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
4 changes: 3 additions & 1 deletion src/content/docs/workers/wrangler/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1659,6 +1659,8 @@ wrangler pages deployment list [--project-name <PROJECT_NAME>]

- `--project-name` <Type text="string" /> <MetaInfo text="optional" />
- The name of the project you would like to list deployments for.
- `--environment` <Type text="'production'|'preview'" /> <MetaInfo text="optional" />
- Environment type to list deployments for.

### `deployment tail`

Expand Down Expand Up @@ -2328,4 +2330,4 @@ The minimum required Wrangler version to use this command is 3.66.0.
- The path to where the **runtime types** file will be written.
- Leave the path blank to use the default option, e.g. `npx wrangler types --x-include-runtime`
- A custom path must be relative to the project root, e.g. `./my-runtime-types.d.ts`
- A custom path must have a `d.ts` extension.
- A custom path must have a `d.ts` extension.
Loading