Skip to content

Commit 217e8b4

Browse files
committed
snapshots
1 parent 2ccb125 commit 217e8b4

25 files changed

+98
-98
lines changed

packages/wrangler/src/__tests__/ai.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe("ai help", () => {
2626
wrangler ai finetune Interact with finetune files
2727
2828
GLOBAL FLAGS
29-
-c, --config Path to .toml configuration file [string]
29+
-c, --config Path to Wrangler configuration file [string]
3030
-e, --env Environment to use for operations and .env files [string]
3131
-h, --help Show help [boolean]
3232
-v, --version Show version number [boolean]"
@@ -54,7 +54,7 @@ describe("ai help", () => {
5454
wrangler ai finetune Interact with finetune files
5555
5656
GLOBAL FLAGS
57-
-c, --config Path to .toml configuration file [string]
57+
-c, --config Path to Wrangler configuration file [string]
5858
-e, --env Environment to use for operations and .env files [string]
5959
-h, --help Show help [boolean]
6060
-v, --version Show version number [boolean]"

packages/wrangler/src/__tests__/cloudchamber/create.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe("cloudchamber create", () => {
8686
Create a new deployment
8787
8888
GLOBAL FLAGS
89-
-c, --config Path to .toml configuration file [string]
89+
-c, --config Path to Wrangler configuration file [string]
9090
-e, --env Environment to use for operations and .env files [string]
9191
-h, --help Show help [boolean]
9292
-v, --version Show version number [boolean]

packages/wrangler/src/__tests__/cloudchamber/curl.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe("cloudchamber curl", () => {
3939
path [string] [required] [default: \\"/\\"]
4040
4141
GLOBAL FLAGS
42-
-c, --config Path to .toml configuration file [string]
42+
-c, --config Path to Wrangler configuration file [string]
4343
-e, --env Environment to use for operations and .env files [string]
4444
-h, --help Show help [boolean]
4545
-v, --version Show version number [boolean]

packages/wrangler/src/__tests__/cloudchamber/delete.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe("cloudchamber delete", () => {
3535
deploymentId deployment you want to delete [string]
3636
3737
GLOBAL FLAGS
38-
-c, --config Path to .toml configuration file [string]
38+
-c, --config Path to Wrangler configuration file [string]
3939
-e, --env Environment to use for operations and .env files [string]
4040
-h, --help Show help [boolean]
4141
-v, --version Show version number [boolean]

packages/wrangler/src/__tests__/cloudchamber/images.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe("cloudchamber image", () => {
3636
wrangler cloudchamber registries list list registries configured for this account
3737
3838
GLOBAL FLAGS
39-
-c, --config Path to .toml configuration file [string]
39+
-c, --config Path to Wrangler configuration file [string]
4040
-e, --env Environment to use for operations and .env files [string]
4141
-h, --help Show help [boolean]
4242
-v, --version Show version number [boolean]

packages/wrangler/src/__tests__/cloudchamber/list.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe("cloudchamber list", () => {
3636
This means that 'list' will only showcase deployments that contain this ID prefix [string]
3737
3838
GLOBAL FLAGS
39-
-c, --config Path to .toml configuration file [string]
39+
-c, --config Path to Wrangler configuration file [string]
4040
-e, --env Environment to use for operations and .env files [string]
4141
-h, --help Show help [boolean]
4242
-v, --version Show version number [boolean]

packages/wrangler/src/__tests__/cloudchamber/modify.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ describe("cloudchamber modify", () => {
7171
deploymentId The deployment you want to modify [string]
7272
7373
GLOBAL FLAGS
74-
-c, --config Path to .toml configuration file [string]
74+
-c, --config Path to Wrangler configuration file [string]
7575
-e, --env Environment to use for operations and .env files [string]
7676
-h, --help Show help [boolean]
7777
-v, --version Show version number [boolean]

packages/wrangler/src/__tests__/core/command-registration.test.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ describe("Command Registration", () => {
203203
wrangler two namespace 2
204204
205205
GLOBAL FLAGS
206-
-c, --config Path to .toml configuration file [string]
206+
-c, --config Path to Wrangler configuration file [string]
207207
-e, --env Environment to use for operations and .env files [string]
208208
-h, --help Show help [boolean]
209209
-v, --version Show version number [boolean]
@@ -225,7 +225,7 @@ describe("Command Registration", () => {
225225
wrangler one two command 1 2
226226
227227
GLOBAL FLAGS
228-
-c, --config Path to .toml configuration file [string]
228+
-c, --config Path to Wrangler configuration file [string]
229229
-e, --env Environment to use for operations and .env files [string]
230230
-h, --help Show help [boolean]
231231
-v, --version Show version number [boolean]"
@@ -244,7 +244,7 @@ describe("Command Registration", () => {
244244
wrangler one two three command 1 2 3
245245
246246
GLOBAL FLAGS
247-
-c, --config Path to .toml configuration file [string]
247+
-c, --config Path to Wrangler configuration file [string]
248248
-e, --env Environment to use for operations and .env files [string]
249249
-h, --help Show help [boolean]
250250
-v, --version Show version number [boolean]"
@@ -260,7 +260,7 @@ describe("Command Registration", () => {
260260
command 1 2 3
261261
262262
GLOBAL FLAGS
263-
-c, --config Path to .toml configuration file [string]
263+
-c, --config Path to Wrangler configuration file [string]
264264
-e, --env Environment to use for operations and .env files [string]
265265
-h, --help Show help [boolean]
266266
-v, --version Show version number [boolean]"
@@ -343,7 +343,7 @@ describe("Command Registration", () => {
343343
posNum [number]
344344
345345
GLOBAL FLAGS
346-
-c, --config Path to .toml configuration file [string]
346+
-c, --config Path to Wrangler configuration file [string]
347347
-e, --env Environment to use for operations and .env files [string]
348348
-h, --help Show help [boolean]
349349
-v, --version Show version number [boolean]

packages/wrangler/src/__tests__/d1/d1.test.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe("d1", () => {
2929
wrangler d1 migrations Interact with D1 migrations
3030
3131
GLOBAL FLAGS
32-
-c, --config Path to .toml configuration file [string]
32+
-c, --config Path to Wrangler configuration file [string]
3333
-e, --env Environment to use for operations and .env files [string]
3434
-h, --help Show help [boolean]
3535
-v, --version Show version number [boolean]"
@@ -65,7 +65,7 @@ describe("d1", () => {
6565
wrangler d1 migrations Interact with D1 migrations
6666
6767
GLOBAL FLAGS
68-
-c, --config Path to .toml configuration file [string]
68+
-c, --config Path to Wrangler configuration file [string]
6969
-e, --env Environment to use for operations and .env files [string]
7070
-h, --help Show help [boolean]
7171
-v, --version Show version number [boolean]"
@@ -94,7 +94,7 @@ describe("d1", () => {
9494
wrangler d1 migrations apply <database> Apply D1 migrations
9595
9696
GLOBAL FLAGS
97-
-c, --config Path to .toml configuration file [string]
97+
-c, --config Path to Wrangler configuration file [string]
9898
-e, --env Environment to use for operations and .env files [string]
9999
-h, --help Show help [boolean]
100100
-v, --version Show version number [boolean]"
@@ -122,7 +122,7 @@ describe("d1", () => {
122122
wrangler d1 time-travel restore <database> Restore a database back to a specific point-in-time
123123
124124
GLOBAL FLAGS
125-
-c, --config Path to .toml configuration file [string]
125+
-c, --config Path to Wrangler configuration file [string]
126126
-e, --env Environment to use for operations and .env files [string]
127127
-h, --help Show help [boolean]
128128
-v, --version Show version number [boolean]"

packages/wrangler/src/__tests__/deployments.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe("deployments", () => {
6666
wrangler deployments status View the current state of your production
6767
6868
GLOBAL FLAGS
69-
-c, --config Path to .toml configuration file [string]
69+
-c, --config Path to Wrangler configuration file [string]
7070
-e, --env Environment to use for operations and .env files [string]
7171
-h, --help Show help [boolean]
7272
-v, --version Show version number [boolean]"

packages/wrangler/src/__tests__/dev.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@ describe.sequential("wrangler dev", () => {
13791379
script The path to an entry point for your Worker [string]
13801380
13811381
GLOBAL FLAGS
1382-
-c, --config Path to .toml configuration file [string]
1382+
-c, --config Path to Wrangler configuration file [string]
13831383
-e, --env Environment to use for operations and .env files [string]
13841384
-h, --help Show help [boolean]
13851385
-v, --version Show version number [boolean]

packages/wrangler/src/__tests__/docs.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe("wrangler docs", () => {
5757
search Enter search terms (e.g. the wrangler command) you want to know more about [array] [default: []]
5858
5959
GLOBAL FLAGS
60-
-c, --config Path to .toml configuration file [string]
60+
-c, --config Path to Wrangler configuration file [string]
6161
-e, --env Environment to use for operations and .env files [string]
6262
-h, --help Show help [boolean]
6363
-v, --version Show version number [boolean]

packages/wrangler/src/__tests__/hyperdrive.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe("hyperdrive help", () => {
3636
wrangler hyperdrive update <id> Update a Hyperdrive config
3737
3838
GLOBAL FLAGS
39-
-c, --config Path to .toml configuration file [string]
39+
-c, --config Path to Wrangler configuration file [string]
4040
-e, --env Environment to use for operations and .env files [string]
4141
-h, --help Show help [boolean]
4242
-v, --version Show version number [boolean]"
@@ -67,7 +67,7 @@ describe("hyperdrive help", () => {
6767
wrangler hyperdrive update <id> Update a Hyperdrive config
6868
6969
GLOBAL FLAGS
70-
-c, --config Path to .toml configuration file [string]
70+
-c, --config Path to Wrangler configuration file [string]
7171
-e, --env Environment to use for operations and .env files [string]
7272
-h, --help Show help [boolean]
7373
-v, --version Show version number [boolean]"

packages/wrangler/src/__tests__/index.test.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe("wrangler", () => {
6767
wrangler whoami 🕵️ Retrieve your user information
6868
6969
GLOBAL FLAGS
70-
-c, --config Path to .toml configuration file [string]
70+
-c, --config Path to Wrangler configuration file [string]
7171
-e, --env Environment to use for operations and .env files [string]
7272
-h, --help Show help [boolean]
7373
-v, --version Show version number [boolean]
@@ -123,7 +123,7 @@ describe("wrangler", () => {
123123
wrangler whoami 🕵️ Retrieve your user information
124124
125125
GLOBAL FLAGS
126-
-c, --config Path to .toml configuration file [string]
126+
-c, --config Path to Wrangler configuration file [string]
127127
-e, --env Environment to use for operations and .env files [string]
128128
-h, --help Show help [boolean]
129129
-v, --version Show version number [boolean]
@@ -189,7 +189,7 @@ describe("wrangler", () => {
189189
wrangler secret bulk [json] Bulk upload secrets for a Worker
190190
191191
GLOBAL FLAGS
192-
-c, --config Path to .toml configuration file [string]
192+
-c, --config Path to Wrangler configuration file [string]
193193
-e, --env Environment to use for operations and .env files [string]
194194
-h, --help Show help [boolean]
195195
-v, --version Show version number [boolean]"
@@ -210,7 +210,7 @@ describe("wrangler", () => {
210210
wrangler kv namespace delete Delete a given namespace.
211211
212212
GLOBAL FLAGS
213-
-c, --config Path to .toml configuration file [string]
213+
-c, --config Path to Wrangler configuration file [string]
214214
-e, --env Environment to use for operations and .env files [string]
215215
-h, --help Show help [boolean]
216216
-v, --version Show version number [boolean]"
@@ -232,7 +232,7 @@ describe("wrangler", () => {
232232
wrangler kv key delete <key> Remove a single key value pair from the given namespace
233233
234234
GLOBAL FLAGS
235-
-c, --config Path to .toml configuration file [string]
235+
-c, --config Path to Wrangler configuration file [string]
236236
-e, --env Environment to use for operations and .env files [string]
237237
-h, --help Show help [boolean]
238238
-v, --version Show version number [boolean]"
@@ -252,7 +252,7 @@ describe("wrangler", () => {
252252
wrangler kv bulk delete <filename> Delete multiple key-value pairs from a namespace
253253
254254
GLOBAL FLAGS
255-
-c, --config Path to .toml configuration file [string]
255+
-c, --config Path to Wrangler configuration file [string]
256256
-e, --env Environment to use for operations and .env files [string]
257257
-h, --help Show help [boolean]
258258
-v, --version Show version number [boolean]"
@@ -272,7 +272,7 @@ describe("wrangler", () => {
272272
wrangler r2 bucket Manage R2 buckets
273273
274274
GLOBAL FLAGS
275-
-c, --config Path to .toml configuration file [string]
275+
-c, --config Path to Wrangler configuration file [string]
276276
-e, --env Environment to use for operations and .env files [string]
277277
-h, --help Show help [boolean]
278278
-v, --version Show version number [boolean]"

0 commit comments

Comments
 (0)