diff --git a/src/content/docs/workers/wrangler/commands.mdx b/src/content/docs/workers/wrangler/commands.mdx index e7f3ebc3d6c74b..415aa3959dccae 100644 --- a/src/content/docs/workers/wrangler/commands.mdx +++ b/src/content/docs/workers/wrangler/commands.mdx @@ -1325,6 +1325,14 @@ wrangler pages dev [] [OPTIONS] - `--https-cert-path` - Path to a custom certificate. +### `download config` + +Download your Pages project config as a wrangler.toml file. + +```txt +wrangler pages download config +``` + ### `project list` List your Pages projects.