We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--cmd
1 parent 92746dd commit 6185230Copy full SHA for 6185230
src/content/partials/workers/wrangler-commands/global-flags.mdx
@@ -9,4 +9,6 @@ The following global flags work on every command:
9
- `--help` <Type text="boolean" />
10
- Show help.
11
- `--config` <Type text="string" /> (not supported by Pages)
12
- - Path to `wrangler.json` or `wrangler.toml` configuration file.
+ - Path to `wrangler.json` or `wrangler.toml` configuration file.
13
+- `--cwd` <Type text="string" />
14
+ - Run as if wrangler was started in <path> instead of the current working directory.
0 commit comments