@graphql-hive/cli 0.57.0-alpha-20251209194200-1c964fb284c817428e6169e6e1cea81eed74e177 → 0.57.0-alpha-20251209195245-aa9767e34ba8c2b10aa4151da9c5ff05d0e4aa0f

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -80,7 +80,7 @@ DESCRIPTION
80
80
  create an app deployment
81
81
  ```
82
82
 
83
- _See code: [src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209194200-1c964fb284c817428e6169e6e1cea81eed74e177/src/commands/app/create.ts)_
83
+ _See code: [src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209195245-aa9767e34ba8c2b10aa4151da9c5ff05d0e4aa0f/src/commands/app/create.ts)_
84
84
 
85
85
  ## `hive app:publish`
86
86
 
@@ -106,7 +106,7 @@ DESCRIPTION
106
106
  publish an app deployment
107
107
  ```
108
108
 
109
- _See code: [src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209194200-1c964fb284c817428e6169e6e1cea81eed74e177/src/commands/app/publish.ts)_
109
+ _See code: [src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209195245-aa9767e34ba8c2b10aa4151da9c5ff05d0e4aa0f/src/commands/app/publish.ts)_
110
110
 
111
111
  ## `hive app:retire`
112
112
 
@@ -132,7 +132,7 @@ DESCRIPTION
132
132
  retire an app deployment
133
133
  ```
134
134
 
135
- _See code: [src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209194200-1c964fb284c817428e6169e6e1cea81eed74e177/src/commands/app/retire.ts)_
135
+ _See code: [src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209195245-aa9767e34ba8c2b10aa4151da9c5ff05d0e4aa0f/src/commands/app/retire.ts)_
136
136
 
137
137
  ## `hive artifact:fetch`
138
138
 
@@ -155,7 +155,7 @@ DESCRIPTION
155
155
  fetch artifacts from the CDN
156
156
  ```
157
157
 
158
- _See code: [src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209194200-1c964fb284c817428e6169e6e1cea81eed74e177/src/commands/artifact/fetch.ts)_
158
+ _See code: [src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209195245-aa9767e34ba8c2b10aa4151da9c5ff05d0e4aa0f/src/commands/artifact/fetch.ts)_
159
159
 
160
160
  ## `hive dev`
161
161
 
@@ -197,7 +197,7 @@ DESCRIPTION
197
197
  Work in Progress: Please note that this command is still under development and may undergo changes in future releases
198
198
  ```
199
199
 
200
- _See code: [src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209194200-1c964fb284c817428e6169e6e1cea81eed74e177/src/commands/dev.ts)_
200
+ _See code: [src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209195245-aa9767e34ba8c2b10aa4151da9c5ff05d0e4aa0f/src/commands/dev.ts)_
201
201
 
202
202
  ## `hive help [COMMAND]`
203
203
 
@@ -239,7 +239,7 @@ DESCRIPTION
239
239
  introspects a GraphQL Schema
240
240
  ```
241
241
 
242
- _See code: [src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209194200-1c964fb284c817428e6169e6e1cea81eed74e177/src/commands/introspect.ts)_
242
+ _See code: [src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209195245-aa9767e34ba8c2b10aa4151da9c5ff05d0e4aa0f/src/commands/introspect.ts)_
243
243
 
244
244
  ## `hive operations:check FILE`
245
245
 
@@ -297,7 +297,7 @@ DESCRIPTION
297
297
  checks operations against a published schema
298
298
  ```
299
299
 
300
- _See code: [src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209194200-1c964fb284c817428e6169e6e1cea81eed74e177/src/commands/operations/check.ts)_
300
+ _See code: [src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209195245-aa9767e34ba8c2b10aa4151da9c5ff05d0e4aa0f/src/commands/operations/check.ts)_
301
301
 
302
302
  ## `hive proposal:create FILE`
303
303
 
@@ -338,7 +338,7 @@ DESCRIPTION
338
338
  Proposes a schema change
339
339
  ```
340
340
 
341
- _See code: [src/commands/proposal/create.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209194200-1c964fb284c817428e6169e6e1cea81eed74e177/src/commands/proposal/create.ts)_
341
+ _See code: [src/commands/proposal/create.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209195245-aa9767e34ba8c2b10aa4151da9c5ff05d0e4aa0f/src/commands/proposal/create.ts)_
342
342
 
343
343
  ## `hive schema:check FILE`
344
344
 
@@ -382,7 +382,7 @@ DESCRIPTION
382
382
  checks schema
383
383
  ```
384
384
 
385
- _See code: [src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209194200-1c964fb284c817428e6169e6e1cea81eed74e177/src/commands/schema/check.ts)_
385
+ _See code: [src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209195245-aa9767e34ba8c2b10aa4151da9c5ff05d0e4aa0f/src/commands/schema/check.ts)_
386
386
 
387
387
  ## `hive schema:delete SERVICE`
388
388
 
@@ -413,7 +413,7 @@ DESCRIPTION
413
413
  deletes a schema
414
414
  ```
415
415
 
416
- _See code: [src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209194200-1c964fb284c817428e6169e6e1cea81eed74e177/src/commands/schema/delete.ts)_
416
+ _See code: [src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209195245-aa9767e34ba8c2b10aa4151da9c5ff05d0e4aa0f/src/commands/schema/delete.ts)_
417
417
 
418
418
  ## `hive schema:fetch [COMMIT]`
419
419
 
@@ -445,7 +445,7 @@ DESCRIPTION
445
445
  fetch a schema, supergraph, or list of subgraphs from the Hive API
446
446
  ```
447
447
 
448
- _See code: [src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209194200-1c964fb284c817428e6169e6e1cea81eed74e177/src/commands/schema/fetch.ts)_
448
+ _See code: [src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209195245-aa9767e34ba8c2b10aa4151da9c5ff05d0e4aa0f/src/commands/schema/fetch.ts)_
449
449
 
450
450
  ## `hive schema:publish FILE`
451
451
 
@@ -488,7 +488,7 @@ DESCRIPTION
488
488
  publishes schema
489
489
  ```
490
490
 
491
- _See code: [src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209194200-1c964fb284c817428e6169e6e1cea81eed74e177/src/commands/schema/publish.ts)_
491
+ _See code: [src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209195245-aa9767e34ba8c2b10aa4151da9c5ff05d0e4aa0f/src/commands/schema/publish.ts)_
492
492
 
493
493
  ## `hive update [CHANNEL]`
494
494
 
@@ -548,7 +548,7 @@ DESCRIPTION
548
548
  shows information about the current token
549
549
  ```
550
550
 
551
- _See code: [src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209194200-1c964fb284c817428e6169e6e1cea81eed74e177/src/commands/whoami.ts)_
551
+ _See code: [src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209195245-aa9767e34ba8c2b10aa4151da9c5ff05d0e4aa0f/src/commands/whoami.ts)_
552
552
  <!-- commandsstop -->
553
553
 
554
554
  ## Configuration
@@ -275,6 +275,71 @@
275
275
  "whoami.js"
276
276
  ]
277
277
  },
278
+ "artifact:fetch": {
279
+ "aliases": [],
280
+ "args": {},
281
+ "description": "fetch artifacts from the CDN",
282
+ "flags": {
283
+ "debug": {
284
+ "name": "debug",
285
+ "summary": "Whether debug output for HTTP calls and similar should be enabled.",
286
+ "allowNo": false,
287
+ "type": "boolean"
288
+ },
289
+ "cdn.endpoint": {
290
+ "description": "CDN endpoint",
291
+ "name": "cdn.endpoint",
292
+ "hasDynamicHelp": false,
293
+ "multiple": false,
294
+ "type": "option"
295
+ },
296
+ "cdn.accessToken": {
297
+ "description": "CDN access token",
298
+ "name": "cdn.accessToken",
299
+ "hasDynamicHelp": false,
300
+ "multiple": false,
301
+ "type": "option"
302
+ },
303
+ "artifact": {
304
+ "description": "artifact to fetch (Note: supergraph is only available for federation projects)",
305
+ "name": "artifact",
306
+ "required": true,
307
+ "hasDynamicHelp": false,
308
+ "multiple": false,
309
+ "options": [
310
+ "sdl",
311
+ "supergraph",
312
+ "metadata",
313
+ "services",
314
+ "sdl.graphql",
315
+ "sdl.graphqls"
316
+ ],
317
+ "type": "option"
318
+ },
319
+ "outputFile": {
320
+ "description": "whether to write to a file instead of stdout",
321
+ "name": "outputFile",
322
+ "hasDynamicHelp": false,
323
+ "multiple": false,
324
+ "type": "option"
325
+ }
326
+ },
327
+ "hasDynamicHelp": false,
328
+ "hiddenAliases": [],
329
+ "id": "artifact:fetch",
330
+ "pluginAlias": "@graphql-hive/cli",
331
+ "pluginName": "@graphql-hive/cli",
332
+ "pluginType": "core",
333
+ "strict": true,
334
+ "enableJsonFlag": false,
335
+ "isESM": false,
336
+ "relativePath": [
337
+ "dist",
338
+ "commands",
339
+ "artifact",
340
+ "fetch.js"
341
+ ]
342
+ },
278
343
  "app:create": {
279
344
  "aliases": [],
280
345
  "args": {
@@ -477,71 +542,6 @@
477
542
  "retire.js"
478
543
  ]
479
544
  },
480
- "artifact:fetch": {
481
- "aliases": [],
482
- "args": {},
483
- "description": "fetch artifacts from the CDN",
484
- "flags": {
485
- "debug": {
486
- "name": "debug",
487
- "summary": "Whether debug output for HTTP calls and similar should be enabled.",
488
- "allowNo": false,
489
- "type": "boolean"
490
- },
491
- "cdn.endpoint": {
492
- "description": "CDN endpoint",
493
- "name": "cdn.endpoint",
494
- "hasDynamicHelp": false,
495
- "multiple": false,
496
- "type": "option"
497
- },
498
- "cdn.accessToken": {
499
- "description": "CDN access token",
500
- "name": "cdn.accessToken",
501
- "hasDynamicHelp": false,
502
- "multiple": false,
503
- "type": "option"
504
- },
505
- "artifact": {
506
- "description": "artifact to fetch (Note: supergraph is only available for federation projects)",
507
- "name": "artifact",
508
- "required": true,
509
- "hasDynamicHelp": false,
510
- "multiple": false,
511
- "options": [
512
- "sdl",
513
- "supergraph",
514
- "metadata",
515
- "services",
516
- "sdl.graphql",
517
- "sdl.graphqls"
518
- ],
519
- "type": "option"
520
- },
521
- "outputFile": {
522
- "description": "whether to write to a file instead of stdout",
523
- "name": "outputFile",
524
- "hasDynamicHelp": false,
525
- "multiple": false,
526
- "type": "option"
527
- }
528
- },
529
- "hasDynamicHelp": false,
530
- "hiddenAliases": [],
531
- "id": "artifact:fetch",
532
- "pluginAlias": "@graphql-hive/cli",
533
- "pluginName": "@graphql-hive/cli",
534
- "pluginType": "core",
535
- "strict": true,
536
- "enableJsonFlag": false,
537
- "isESM": false,
538
- "relativePath": [
539
- "dist",
540
- "commands",
541
- "artifact",
542
- "fetch.js"
543
- ]
544
- },
545
545
  "operations:check": {
546
546
  "aliases": [],
547
547
  "args": {
@@ -1277,5 +1277,5 @@
1277
1277
  ]
1278
1278
  }
1279
1279
  },
1280
- "version": "0.57.0-alpha-20251209194200-1c964fb284c817428e6169e6e1cea81eed74e177"
1280
+ "version": "0.57.0-alpha-20251209195245-aa9767e34ba8c2b10aa4151da9c5ff05d0e4aa0f"
1281
1281
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/cli",
3
- "version": "0.57.0-alpha-20251209194200-1c964fb284c817428e6169e6e1cea81eed74e177",
3
+ "version": "0.57.0-alpha-20251209195245-aa9767e34ba8c2b10aa4151da9c5ff05d0e4aa0f",
4
4
  "description": "A CLI util to manage and control your GraphQL Hive",
5
5
  "repository": {
6
6
  "type": "git",