@@ -30,6 +30,7 @@ describe("d1", () => {
3030
3131 GLOBAL FLAGS
3232 -c, --config Path to Wrangler configuration file [string]
33+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
3334 -e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
3435 -h, --help Show help [boolean]
3536 -v, --version Show version number [boolean]"
@@ -66,6 +67,7 @@ describe("d1", () => {
6667
6768 GLOBAL FLAGS
6869 -c, --config Path to Wrangler configuration file [string]
70+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
6971 -e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
7072 -h, --help Show help [boolean]
7173 -v, --version Show version number [boolean]"
@@ -95,6 +97,7 @@ describe("d1", () => {
9597
9698 GLOBAL FLAGS
9799 -c, --config Path to Wrangler configuration file [string]
100+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
98101 -e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
99102 -h, --help Show help [boolean]
100103 -v, --version Show version number [boolean]"
@@ -123,6 +126,7 @@ describe("d1", () => {
123126
124127 GLOBAL FLAGS
125128 -c, --config Path to Wrangler configuration file [string]
129+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
126130 -e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
127131 -h, --help Show help [boolean]
128132 -v, --version Show version number [boolean]"
0 commit comments