Skip to content

Commit

Permalink
[Workers] wrangler download config command (#16315)
Browse files Browse the repository at this point in the history
Add documentation to download a wrangler.toml file for Pages

Co-authored-by: Kian <kian@kian.org.uk>
  • Loading branch information
pew and KianNH authored Oct 4, 2024
1 parent e0211e4 commit 46a5f89
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/content/docs/workers/wrangler/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,14 @@ wrangler pages dev [<DIRECTORY>] [OPTIONS]
- `--https-cert-path` <Type text="string" /> <MetaInfo text="optional" />
- Path to a custom certificate.

### `download config`

Download your Pages project config as a wrangler.toml file.

```txt
wrangler pages download config <PROJECT_NAME>
```

### `project list`

List your Pages projects.
Expand Down

0 comments on commit 46a5f89

Please sign in to comment.