You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/partials/workers/wrangler-commands/global-flags.mdx
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,5 @@ The following global flags work on every command:
8
8
9
9
-`--help` <Typetext="boolean" />
10
10
- Show help.
11
-
-`--version` <Typetext="boolean" />
12
-
- Show version number.
13
11
-`--config` <Typetext="string" /> (not supported by Pages)
14
-
- Path to `.toml` configuration file.
15
-
-`--experimental-json-config` <Typetext="boolean" /> (not supported by Pages)
16
-
- ⚠️ This is an experimental command. Read configuration from a `wrangler.json` or `wrangler.jsonc` file, instead of `wrangler.toml`. In this case the config file is parsed as [JSONC](https://code.visualstudio.com/docs/languages/json#_json-with-comments).
12
+
- Path to `wrangler.json` or `wrangler.toml` configuration file.
0 commit comments