Skip to content

Commit 6185230

Browse files
committed
docs: add global arg for wrangler --cmd
1 parent 92746dd commit 6185230

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/partials/workers/wrangler-commands/global-flags.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ The following global flags work on every command:
99
- `--help` <Type text="boolean" />
1010
- Show help.
1111
- `--config` <Type text="string" /> (not supported by Pages)
12-
- Path to `wrangler.json` or `wrangler.toml` configuration file.
12+
- 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

Comments
 (0)