File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -638,7 +638,7 @@ As of Wrangler v3.2.0, `wrangler dev` is supported by any Linux distributions pr
638638- ` --latest ` {{<type >}}boolean{{</type >}} {{<prop-meta >}}(default: true){{</prop-meta >}} {{<prop-meta >}}optional{{</prop-meta >}}
639639 - Use the latest version of the Workers runtime.
640640- ` --ip ` {{<type >}}string{{</type >}} {{<prop-meta >}}optional{{</prop-meta >}}
641- - IP address to listen on, defaults to ` * ` (all interfaces) .
641+ - IP address to listen on, defaults to ` localhost ` .
642642- ` --port ` {{<type >}}number{{</type >}} {{<prop-meta >}}optional{{</prop-meta >}}
643643 - Port to listen on.
644644- ` --inspector-port ` {{<type >}}number{{</type >}} {{<prop-meta >}}optional{{</prop-meta >}}
@@ -1508,7 +1508,7 @@ wrangler secret:bulk [<FILENAME>] [OPTIONS]
15081508
15091509- `--env` {{<type>}}string{{</type>}} {{<prop-meta>}}optional{{</prop-meta>}}
15101510 - Perform on a specific environment.
1511-
1511+
15121512{{</definitions>}}
15131513
15141514The following is an example of uploading secrets from a JSON file redirected to `stdin`. When complete, the output summary will show the number of secrets uploaded and the number of secrets that failed to upload.
@@ -1663,7 +1663,7 @@ wrangler pages project delete <PROJECT_NAME> [OPTIONS]
16631663 - Answer `"yes"` to confirmation prompt.
16641664
16651665{{</definitions>}}
1666-
1666+
16671667### `deployment list`
16681668
16691669List deployments in your Cloudflare Pages project.
@@ -2248,4 +2248,4 @@ Generate types from bindings and module rules in configuration.
22482248wrangler types
22492249```
22502250
2251- <!--TODO Add examples of DTS generated output -->
2251+ <!--TODO Add examples of DTS generated output -->
You can’t perform that action at this time.
0 commit comments