@@ -67,7 +67,7 @@ describe("wrangler", () => {
67
67
wrangler whoami 🕵️ Retrieve your user information
68
68
69
69
GLOBAL FLAGS
70
- -c, --config Path to .toml configuration file [string]
70
+ -c, --config Path to Wrangler configuration file [string]
71
71
-e, --env Environment to use for operations and .env files [string]
72
72
-h, --help Show help [boolean]
73
73
-v, --version Show version number [boolean]
@@ -123,7 +123,7 @@ describe("wrangler", () => {
123
123
wrangler whoami 🕵️ Retrieve your user information
124
124
125
125
GLOBAL FLAGS
126
- -c, --config Path to .toml configuration file [string]
126
+ -c, --config Path to Wrangler configuration file [string]
127
127
-e, --env Environment to use for operations and .env files [string]
128
128
-h, --help Show help [boolean]
129
129
-v, --version Show version number [boolean]
@@ -189,7 +189,7 @@ describe("wrangler", () => {
189
189
wrangler secret bulk [json] Bulk upload secrets for a Worker
190
190
191
191
GLOBAL FLAGS
192
- -c, --config Path to .toml configuration file [string]
192
+ -c, --config Path to Wrangler configuration file [string]
193
193
-e, --env Environment to use for operations and .env files [string]
194
194
-h, --help Show help [boolean]
195
195
-v, --version Show version number [boolean]"
@@ -210,7 +210,7 @@ describe("wrangler", () => {
210
210
wrangler kv namespace delete Delete a given namespace.
211
211
212
212
GLOBAL FLAGS
213
- -c, --config Path to .toml configuration file [string]
213
+ -c, --config Path to Wrangler configuration file [string]
214
214
-e, --env Environment to use for operations and .env files [string]
215
215
-h, --help Show help [boolean]
216
216
-v, --version Show version number [boolean]"
@@ -232,7 +232,7 @@ describe("wrangler", () => {
232
232
wrangler kv key delete <key> Remove a single key value pair from the given namespace
233
233
234
234
GLOBAL FLAGS
235
- -c, --config Path to .toml configuration file [string]
235
+ -c, --config Path to Wrangler configuration file [string]
236
236
-e, --env Environment to use for operations and .env files [string]
237
237
-h, --help Show help [boolean]
238
238
-v, --version Show version number [boolean]"
@@ -252,7 +252,7 @@ describe("wrangler", () => {
252
252
wrangler kv bulk delete <filename> Delete multiple key-value pairs from a namespace
253
253
254
254
GLOBAL FLAGS
255
- -c, --config Path to .toml configuration file [string]
255
+ -c, --config Path to Wrangler configuration file [string]
256
256
-e, --env Environment to use for operations and .env files [string]
257
257
-h, --help Show help [boolean]
258
258
-v, --version Show version number [boolean]"
@@ -272,7 +272,7 @@ describe("wrangler", () => {
272
272
wrangler r2 bucket Manage R2 buckets
273
273
274
274
GLOBAL FLAGS
275
- -c, --config Path to .toml configuration file [string]
275
+ -c, --config Path to Wrangler configuration file [string]
276
276
-e, --env Environment to use for operations and .env files [string]
277
277
-h, --help Show help [boolean]
278
278
-v, --version Show version number [boolean]"
0 commit comments