@graphql-hive/cli 0.57.0-alpha-20251219171725-eecf84c175e53ebf4ea486aa4610baeecca81d9b → 0.57.0-rc-20251218092248-fd6e53b3a3e9b8b1678519a4f4d1b8258c908076
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 +12 -12
- package/dist/gql/graphql.d.ts +2 -7
- package/dist/gql/graphql.d.ts.map +1 -1
- package/dist/gql/graphql.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ DESCRIPTION
|
|
|
79
79
|
create an app deployment
|
|
80
80
|
```
|
|
81
81
|
|
|
82
|
-
_See code: [src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-
|
|
82
|
+
_See code: [src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-rc-20251218092248-fd6e53b3a3e9b8b1678519a4f4d1b8258c908076/src/commands/app/create.ts)_
|
|
83
83
|
|
|
84
84
|
## `hive app:publish`
|
|
85
85
|
|
|
@@ -105,7 +105,7 @@ DESCRIPTION
|
|
|
105
105
|
publish an app deployment
|
|
106
106
|
```
|
|
107
107
|
|
|
108
|
-
_See code: [src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-
|
|
108
|
+
_See code: [src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-rc-20251218092248-fd6e53b3a3e9b8b1678519a4f4d1b8258c908076/src/commands/app/publish.ts)_
|
|
109
109
|
|
|
110
110
|
## `hive app:retire`
|
|
111
111
|
|
|
@@ -131,7 +131,7 @@ DESCRIPTION
|
|
|
131
131
|
retire an app deployment
|
|
132
132
|
```
|
|
133
133
|
|
|
134
|
-
_See code: [src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-
|
|
134
|
+
_See code: [src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-rc-20251218092248-fd6e53b3a3e9b8b1678519a4f4d1b8258c908076/src/commands/app/retire.ts)_
|
|
135
135
|
|
|
136
136
|
## `hive artifact:fetch`
|
|
137
137
|
|
|
@@ -154,7 +154,7 @@ DESCRIPTION
|
|
|
154
154
|
fetch artifacts from the CDN
|
|
155
155
|
```
|
|
156
156
|
|
|
157
|
-
_See code: [src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-
|
|
157
|
+
_See code: [src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-rc-20251218092248-fd6e53b3a3e9b8b1678519a4f4d1b8258c908076/src/commands/artifact/fetch.ts)_
|
|
158
158
|
|
|
159
159
|
## `hive dev`
|
|
160
160
|
|
|
@@ -196,7 +196,7 @@ DESCRIPTION
|
|
|
196
196
|
Work in Progress: Please note that this command is still under development and may undergo changes in future releases
|
|
197
197
|
```
|
|
198
198
|
|
|
199
|
-
_See code: [src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-
|
|
199
|
+
_See code: [src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-rc-20251218092248-fd6e53b3a3e9b8b1678519a4f4d1b8258c908076/src/commands/dev.ts)_
|
|
200
200
|
|
|
201
201
|
## `hive help [COMMAND]`
|
|
202
202
|
|
|
@@ -238,7 +238,7 @@ DESCRIPTION
|
|
|
238
238
|
introspects a GraphQL Schema
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-
|
|
241
|
+
_See code: [src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-rc-20251218092248-fd6e53b3a3e9b8b1678519a4f4d1b8258c908076/src/commands/introspect.ts)_
|
|
242
242
|
|
|
243
243
|
## `hive operations:check FILE`
|
|
244
244
|
|
|
@@ -296,7 +296,7 @@ DESCRIPTION
|
|
|
296
296
|
checks operations against a published schema
|
|
297
297
|
```
|
|
298
298
|
|
|
299
|
-
_See code: [src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-
|
|
299
|
+
_See code: [src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-rc-20251218092248-fd6e53b3a3e9b8b1678519a4f4d1b8258c908076/src/commands/operations/check.ts)_
|
|
300
300
|
|
|
301
301
|
## `hive schema:check FILE`
|
|
302
302
|
|
|
@@ -340,7 +340,7 @@ DESCRIPTION
|
|
|
340
340
|
checks schema
|
|
341
341
|
```
|
|
342
342
|
|
|
343
|
-
_See code: [src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-
|
|
343
|
+
_See code: [src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-rc-20251218092248-fd6e53b3a3e9b8b1678519a4f4d1b8258c908076/src/commands/schema/check.ts)_
|
|
344
344
|
|
|
345
345
|
## `hive schema:delete SERVICE`
|
|
346
346
|
|
|
@@ -371,7 +371,7 @@ DESCRIPTION
|
|
|
371
371
|
deletes a schema
|
|
372
372
|
```
|
|
373
373
|
|
|
374
|
-
_See code: [src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-
|
|
374
|
+
_See code: [src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-rc-20251218092248-fd6e53b3a3e9b8b1678519a4f4d1b8258c908076/src/commands/schema/delete.ts)_
|
|
375
375
|
|
|
376
376
|
## `hive schema:fetch [COMMIT]`
|
|
377
377
|
|
|
@@ -403,7 +403,7 @@ DESCRIPTION
|
|
|
403
403
|
fetch a schema, supergraph, or list of subgraphs from the Hive API
|
|
404
404
|
```
|
|
405
405
|
|
|
406
|
-
_See code: [src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-
|
|
406
|
+
_See code: [src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-rc-20251218092248-fd6e53b3a3e9b8b1678519a4f4d1b8258c908076/src/commands/schema/fetch.ts)_
|
|
407
407
|
|
|
408
408
|
## `hive schema:publish FILE`
|
|
409
409
|
|
|
@@ -446,7 +446,7 @@ DESCRIPTION
|
|
|
446
446
|
publishes schema
|
|
447
447
|
```
|
|
448
448
|
|
|
449
|
-
_See code: [src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-
|
|
449
|
+
_See code: [src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-rc-20251218092248-fd6e53b3a3e9b8b1678519a4f4d1b8258c908076/src/commands/schema/publish.ts)_
|
|
450
450
|
|
|
451
451
|
## `hive update [CHANNEL]`
|
|
452
452
|
|
|
@@ -506,7 +506,7 @@ DESCRIPTION
|
|
|
506
506
|
shows information about the current token
|
|
507
507
|
```
|
|
508
508
|
|
|
509
|
-
_See code: [src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-
|
|
509
|
+
_See code: [src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-rc-20251218092248-fd6e53b3a3e9b8b1678519a4f4d1b8258c908076/src/commands/whoami.ts)_
|
|
510
510
|
<!-- commandsstop -->
|
|
511
511
|
|
|
512
512
|
## Configuration
|
package/dist/gql/graphql.d.ts
CHANGED
|
@@ -841,7 +841,6 @@ export type CreateOidcIntegrationError = Error & {
|
|
|
841
841
|
};
|
|
842
842
|
export type CreateOidcIntegrationErrorDetails = {
|
|
843
843
|
__typename?: 'CreateOIDCIntegrationErrorDetails';
|
|
844
|
-
additionalScopes?: Maybe<Scalars['String']['output']>;
|
|
845
844
|
authorizationEndpoint?: Maybe<Scalars['String']['output']>;
|
|
846
845
|
clientId?: Maybe<Scalars['String']['output']>;
|
|
847
846
|
clientSecret?: Maybe<Scalars['String']['output']>;
|
|
@@ -849,7 +848,6 @@ export type CreateOidcIntegrationErrorDetails = {
|
|
|
849
848
|
userinfoEndpoint?: Maybe<Scalars['String']['output']>;
|
|
850
849
|
};
|
|
851
850
|
export type CreateOidcIntegrationInput = {
|
|
852
|
-
additionalScopes: Array<Scalars['String']['input']>;
|
|
853
851
|
authorizationEndpoint: Scalars['String']['input'];
|
|
854
852
|
clientId: Scalars['ID']['input'];
|
|
855
853
|
clientSecret: Scalars['String']['input'];
|
|
@@ -2849,7 +2847,6 @@ export declare enum NativeFederationCompatibilityStatusType {
|
|
|
2849
2847
|
}
|
|
2850
2848
|
export type OidcIntegration = {
|
|
2851
2849
|
__typename?: 'OIDCIntegration';
|
|
2852
|
-
additionalScopes: Array<Scalars['String']['output']>;
|
|
2853
2850
|
authorizationEndpoint: Scalars['String']['output'];
|
|
2854
2851
|
clientId: Scalars['ID']['output'];
|
|
2855
2852
|
clientSecretPreview: Scalars['String']['output'];
|
|
@@ -5069,12 +5066,12 @@ export type Trace = {
|
|
|
5069
5066
|
__typename?: 'Trace';
|
|
5070
5067
|
/**
|
|
5071
5068
|
* The client name.
|
|
5072
|
-
* Usually this is the 'x-graphql-client-name'
|
|
5069
|
+
* Usually this is the 'x-graphql-client-name' header sent to the gateway.
|
|
5073
5070
|
*/
|
|
5074
5071
|
clientName?: Maybe<Scalars['String']['output']>;
|
|
5075
5072
|
/**
|
|
5076
5073
|
* The client version.
|
|
5077
|
-
* Usually this is the 'x-graphql-client-version'
|
|
5074
|
+
* Usually this is the 'x-graphql-client-version' header sent to the gateway.
|
|
5078
5075
|
*/
|
|
5079
5076
|
clientVersion?: Maybe<Scalars['String']['output']>;
|
|
5080
5077
|
/** Total duration of the trace. */
|
|
@@ -5392,7 +5389,6 @@ export type UpdateOidcIntegrationError = Error & {
|
|
|
5392
5389
|
};
|
|
5393
5390
|
export type UpdateOidcIntegrationErrorDetails = {
|
|
5394
5391
|
__typename?: 'UpdateOIDCIntegrationErrorDetails';
|
|
5395
|
-
additionalScopes?: Maybe<Scalars['String']['output']>;
|
|
5396
5392
|
authorizationEndpoint?: Maybe<Scalars['String']['output']>;
|
|
5397
5393
|
clientId?: Maybe<Scalars['String']['output']>;
|
|
5398
5394
|
clientSecret?: Maybe<Scalars['String']['output']>;
|
|
@@ -5400,7 +5396,6 @@ export type UpdateOidcIntegrationErrorDetails = {
|
|
|
5400
5396
|
userinfoEndpoint?: Maybe<Scalars['String']['output']>;
|
|
5401
5397
|
};
|
|
5402
5398
|
export type UpdateOidcIntegrationInput = {
|
|
5403
|
-
additionalScopes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
5404
5399
|
authorizationEndpoint?: InputMaybe<Scalars['String']['input']>;
|
|
5405
5400
|
clientId?: InputMaybe<Scalars['ID']['input']>;
|
|
5406
5401
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|