@@ -48,6 +48,7 @@ describe("wrangler", () => {
48
48
49
49
GLOBAL FLAGS
50
50
-c, --config Path to Wrangler configuration file [string]
51
+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
51
52
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
52
53
-h, --help Show help [boolean]
53
54
-v, --version Show version number [boolean]"
@@ -69,6 +70,7 @@ describe("wrangler", () => {
69
70
70
71
GLOBAL FLAGS
71
72
-c, --config Path to Wrangler configuration file [string]
73
+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
72
74
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
73
75
-h, --help Show help [boolean]
74
76
-v, --version Show version number [boolean]"
@@ -97,6 +99,7 @@ describe("wrangler", () => {
97
99
98
100
GLOBAL FLAGS
99
101
-c, --config Path to Wrangler configuration file [string]
102
+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
100
103
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
101
104
-h, --help Show help [boolean]
102
105
-v, --version Show version number [boolean]"
@@ -141,6 +144,7 @@ describe("wrangler", () => {
141
144
142
145
GLOBAL FLAGS
143
146
-c, --config Path to Wrangler configuration file [string]
147
+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
144
148
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
145
149
-h, --help Show help [boolean]
146
150
-v, --version Show version number [boolean]
@@ -172,6 +176,7 @@ describe("wrangler", () => {
172
176
173
177
GLOBAL FLAGS
174
178
-c, --config Path to Wrangler configuration file [string]
179
+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
175
180
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
176
181
-h, --help Show help [boolean]
177
182
-v, --version Show version number [boolean]
@@ -623,6 +628,7 @@ describe("wrangler", () => {
623
628
624
629
GLOBAL FLAGS
625
630
-c, --config Path to Wrangler configuration file [string]
631
+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
626
632
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
627
633
-h, --help Show help [boolean]
628
634
-v, --version Show version number [boolean]
@@ -664,6 +670,7 @@ describe("wrangler", () => {
664
670
665
671
GLOBAL FLAGS
666
672
-c, --config Path to Wrangler configuration file [string]
673
+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
667
674
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
668
675
-h, --help Show help [boolean]
669
676
-v, --version Show version number [boolean]
@@ -705,6 +712,7 @@ describe("wrangler", () => {
705
712
706
713
GLOBAL FLAGS
707
714
-c, --config Path to Wrangler configuration file [string]
715
+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
708
716
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
709
717
-h, --help Show help [boolean]
710
718
-v, --version Show version number [boolean]
@@ -746,6 +754,7 @@ describe("wrangler", () => {
746
754
747
755
GLOBAL FLAGS
748
756
-c, --config Path to Wrangler configuration file [string]
757
+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
749
758
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
750
759
-h, --help Show help [boolean]
751
760
-v, --version Show version number [boolean]
@@ -787,6 +796,7 @@ describe("wrangler", () => {
787
796
788
797
GLOBAL FLAGS
789
798
-c, --config Path to Wrangler configuration file [string]
799
+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
790
800
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
791
801
-h, --help Show help [boolean]
792
802
-v, --version Show version number [boolean]
@@ -1156,6 +1166,7 @@ describe("wrangler", () => {
1156
1166
1157
1167
GLOBAL FLAGS
1158
1168
-c, --config Path to Wrangler configuration file [string]
1169
+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
1159
1170
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
1160
1171
-h, --help Show help [boolean]
1161
1172
-v, --version Show version number [boolean]
@@ -1192,6 +1203,7 @@ describe("wrangler", () => {
1192
1203
1193
1204
GLOBAL FLAGS
1194
1205
-c, --config Path to Wrangler configuration file [string]
1206
+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
1195
1207
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
1196
1208
-h, --help Show help [boolean]
1197
1209
-v, --version Show version number [boolean]
@@ -1229,6 +1241,7 @@ describe("wrangler", () => {
1229
1241
1230
1242
GLOBAL FLAGS
1231
1243
-c, --config Path to Wrangler configuration file [string]
1244
+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
1232
1245
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
1233
1246
-h, --help Show help [boolean]
1234
1247
-v, --version Show version number [boolean]
@@ -1800,6 +1813,7 @@ describe("wrangler", () => {
1800
1813
1801
1814
GLOBAL FLAGS
1802
1815
-c, --config Path to Wrangler configuration file [string]
1816
+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
1803
1817
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
1804
1818
-h, --help Show help [boolean]
1805
1819
-v, --version Show version number [boolean]"
@@ -1820,6 +1834,7 @@ describe("wrangler", () => {
1820
1834
1821
1835
GLOBAL FLAGS
1822
1836
-c, --config Path to Wrangler configuration file [string]
1837
+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
1823
1838
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
1824
1839
-h, --help Show help [boolean]
1825
1840
-v, --version Show version number [boolean]"
@@ -1838,6 +1853,7 @@ describe("wrangler", () => {
1838
1853
1839
1854
GLOBAL FLAGS
1840
1855
-c, --config Path to Wrangler configuration file [string]
1856
+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
1841
1857
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
1842
1858
-h, --help Show help [boolean]
1843
1859
-v, --version Show version number [boolean]"
0 commit comments