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: packages/wrangler/src/__tests__/ai.test.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ describe("ai help", () => {
27
27
28
28
GLOBAL FLAGS
29
29
-c, --config Path to Wrangler configuration file [string]
30
+
-C, --cwd Run as if Wrangler was started in the specified directory instead of the current working directory instead of the current working directory [string]
30
31
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
31
32
-h, --help Show help [boolean]
32
33
-v, --version Show version number [boolean]"
@@ -55,6 +56,7 @@ describe("ai help", () => {
55
56
56
57
GLOBAL FLAGS
57
58
-c, --config Path to Wrangler configuration file [string]
59
+
-C, --cwd Run as if Wrangler was started in the specified directory instead of the current working directory instead of the current working directory [string]
58
60
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
Copy file name to clipboardExpand all lines: packages/wrangler/src/__tests__/cert.test.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -440,6 +440,7 @@ describe("wrangler", () => {
440
440
441
441
GLOBAL FLAGS
442
442
-c, --config Path to Wrangler configuration file [string]
443
+
-C, --cwd Run as if Wrangler was started in the specified directory instead of the current working directory instead of the current working directory [string]
443
444
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
-c, --config Path to Wrangler configuration file [string]
90
+
-C, --cwd Run as if Wrangler was started in the specified directory instead of the current working directory instead of the current working directory [string]
90
91
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
-c, --config Path to Wrangler configuration file [string]
43
+
-C, --cwd Run as if Wrangler was started in the specified directory instead of the current working directory instead of the current working directory [string]
43
44
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
-c, --config Path to Wrangler configuration file [string]
39
+
-C, --cwd Run as if Wrangler was started in the specified directory instead of the current working directory instead of the current working directory [string]
39
40
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
-c, --config Path to Wrangler configuration file [string]
40
+
-C, --cwd Run as if Wrangler was started in the specified directory instead of the current working directory instead of the current working directory [string]
40
41
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
-c, --config Path to Wrangler configuration file [string]
40
+
-C, --cwd Run as if Wrangler was started in the specified directory instead of the current working directory instead of the current working directory [string]
40
41
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
-c, --config Path to Wrangler configuration file [string]
75
+
-C, --cwd Run as if Wrangler was started in the specified directory instead of the current working directory instead of the current working directory [string]
75
76
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
Copy file name to clipboardExpand all lines: packages/wrangler/src/__tests__/d1/d1.test.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ describe("d1", () => {
30
30
31
31
GLOBAL FLAGS
32
32
-c, --config Path to Wrangler configuration file [string]
33
+
-C, --cwd Run as if Wrangler was started in the specified directory instead of the current working directory instead of the current working directory [string]
33
34
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
34
35
-h, --help Show help [boolean]
35
36
-v, --version Show version number [boolean]"
@@ -66,6 +67,7 @@ describe("d1", () => {
66
67
67
68
GLOBAL FLAGS
68
69
-c, --config Path to Wrangler configuration file [string]
70
+
-C, --cwd Run as if Wrangler was started in the specified directory instead of the current working directory instead of the current working directory [string]
69
71
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
70
72
-h, --help Show help [boolean]
71
73
-v, --version Show version number [boolean]"
@@ -95,6 +97,7 @@ describe("d1", () => {
95
97
96
98
GLOBAL FLAGS
97
99
-c, --config Path to Wrangler configuration file [string]
100
+
-C, --cwd Run as if Wrangler was started in the specified directory instead of the current working directory instead of the current working directory [string]
98
101
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
99
102
-h, --help Show help [boolean]
100
103
-v, --version Show version number [boolean]"
@@ -123,6 +126,7 @@ describe("d1", () => {
123
126
124
127
GLOBAL FLAGS
125
128
-c, --config Path to Wrangler configuration file [string]
129
+
-C, --cwd Run as if Wrangler was started in the specified directory instead of the current working directory instead of the current working directory [string]
126
130
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
0 commit comments