Skip to content

Commit 707d4ea

Browse files
pewKianNH
authored andcommitted
[Workers] wrangler download config command (#16315)
Add documentation to download a wrangler.toml file for Pages Co-authored-by: Kian <[email protected]>
1 parent 4cb57ef commit 707d4ea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,6 +1326,14 @@ wrangler pages dev [<DIRECTORY>] [OPTIONS]
13261326
- `--https-cert-path` <Type text="string" /> <MetaInfo text="optional" />
13271327
- Path to a custom certificate.
13281328

1329+
### `download config`
1330+
1331+
Download your Pages project config as a wrangler.toml file.
1332+
1333+
```txt
1334+
wrangler pages download config <PROJECT_NAME>
1335+
```
1336+
13291337
### `project list`
13301338

13311339
List your Pages projects.

0 commit comments

Comments
 (0)