mirror of
https://github.com/graphql-hive/console
synced 2026-05-21 16:18:31 +00:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
334 lines
8.3 KiB
Markdown
334 lines
8.3 KiB
Markdown
# GraphQL Hive CLI
|
|
|
|
A CLI util to manage and control your GraphQL Hive
|
|
|
|
[](https://oclif.io)
|
|
[](https://npmjs.org/package/@graphql-hive/cli)
|
|
[](https://npmjs.org/package/@graphql-hive/cli)
|
|
|
|
<!-- toc -->
|
|
|
|
- [GraphQL Hive CLI](#graphql-hive-cli)
|
|
- [Usage](#usage)
|
|
- [Commands](#commands)
|
|
- [Config](#config)
|
|
<!-- tocstop -->
|
|
|
|
# Usage
|
|
|
|
<!-- usage -->
|
|
|
|
```sh-session
|
|
$ npm install -g @graphql-hive/cli
|
|
$ hive COMMAND
|
|
running command...
|
|
$ hive (--version)
|
|
@graphql-hive/cli/0.19.5 darwin-arm64 node-v16.18.0
|
|
$ hive --help [COMMAND]
|
|
USAGE
|
|
$ hive COMMAND
|
|
...
|
|
```
|
|
|
|
<!-- usagestop -->
|
|
|
|
# Commands
|
|
|
|
<!-- commands -->
|
|
|
|
- [`hive config:delete KEY`](#hive-configdelete-key)
|
|
- [`hive config:get KEY`](#hive-configget-key)
|
|
- [`hive config:reset`](#hive-configreset)
|
|
- [`hive config:set KEY VALUE`](#hive-configset-key-value)
|
|
- [`hive help [COMMAND]`](#hive-help-command)
|
|
- [`hive operations:check FILE`](#hive-operationscheck-file)
|
|
- [`hive operations:publish FILE`](#hive-operationspublish-file)
|
|
- [`hive schema:check FILE`](#hive-schemacheck-file)
|
|
- [`hive schema:publish FILE`](#hive-schemapublish-file)
|
|
- [`hive update [CHANNEL]`](#hive-update-channel)
|
|
- [`hive whoami`](#hive-whoami)
|
|
|
|
## `hive config:delete KEY`
|
|
|
|
deletes specific cli configuration
|
|
|
|
```
|
|
USAGE
|
|
$ hive config:delete [KEY]
|
|
|
|
ARGUMENTS
|
|
KEY config key
|
|
|
|
DESCRIPTION
|
|
deletes specific cli configuration
|
|
```
|
|
|
|
_See code:
|
|
[dist/commands/config/delete.js](https://github.com/kamilkisiela/graphql-hive/blob/v0.19.5/dist/commands/config/delete.js)_
|
|
|
|
## `hive config:get KEY`
|
|
|
|
prints specific cli configuration
|
|
|
|
```
|
|
USAGE
|
|
$ hive config:get [KEY]
|
|
|
|
ARGUMENTS
|
|
KEY config key
|
|
|
|
DESCRIPTION
|
|
prints specific cli configuration
|
|
```
|
|
|
|
_See code:
|
|
[dist/commands/config/get.js](https://github.com/kamilkisiela/graphql-hive/blob/v0.19.5/dist/commands/config/get.js)_
|
|
|
|
## `hive config:reset`
|
|
|
|
resets local cli configuration
|
|
|
|
```
|
|
USAGE
|
|
$ hive config:reset
|
|
|
|
DESCRIPTION
|
|
resets local cli configuration
|
|
```
|
|
|
|
_See code:
|
|
[dist/commands/config/reset.js](https://github.com/kamilkisiela/graphql-hive/blob/v0.19.5/dist/commands/config/reset.js)_
|
|
|
|
## `hive config:set KEY VALUE`
|
|
|
|
updates specific cli configuration
|
|
|
|
```
|
|
USAGE
|
|
$ hive config:set [KEY] [VALUE]
|
|
|
|
ARGUMENTS
|
|
KEY config key
|
|
VALUE config value
|
|
|
|
DESCRIPTION
|
|
updates specific cli configuration
|
|
```
|
|
|
|
_See code:
|
|
[dist/commands/config/set.js](https://github.com/kamilkisiela/graphql-hive/blob/v0.19.5/dist/commands/config/set.js)_
|
|
|
|
## `hive help [COMMAND]`
|
|
|
|
Display help for hive.
|
|
|
|
```
|
|
USAGE
|
|
$ hive help [COMMAND] [-n]
|
|
|
|
ARGUMENTS
|
|
COMMAND Command to show help for.
|
|
|
|
FLAGS
|
|
-n, --nested-commands Include all nested commands in the output.
|
|
|
|
DESCRIPTION
|
|
Display help for hive.
|
|
```
|
|
|
|
_See code:
|
|
[@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.18/src/commands/help.ts)_
|
|
|
|
## `hive operations:check FILE`
|
|
|
|
checks operations against a published schema
|
|
|
|
```
|
|
USAGE
|
|
$ hive operations:check [FILE] [--registry <value>] [--token <value>] [--require <value>]
|
|
|
|
ARGUMENTS
|
|
FILE Glob pattern to find the operations
|
|
|
|
FLAGS
|
|
--registry=<value> registry address
|
|
--require=<value>... [default: ] Loads specific require.extensions before running the command
|
|
--token=<value> api token
|
|
|
|
DESCRIPTION
|
|
checks operations against a published schema
|
|
```
|
|
|
|
_See code:
|
|
[dist/commands/operations/check.js](https://github.com/kamilkisiela/graphql-hive/blob/v0.19.5/dist/commands/operations/check.js)_
|
|
|
|
## `hive operations:publish FILE`
|
|
|
|
saves operations to the store
|
|
|
|
```
|
|
USAGE
|
|
$ hive operations:publish [FILE] [--registry <value>] [--token <value>] [--require <value>]
|
|
|
|
ARGUMENTS
|
|
FILE Glob pattern to find the operations
|
|
|
|
FLAGS
|
|
--registry=<value> registry address
|
|
--require=<value>... [default: ] Loads specific require.extensions before running the codegen and reading the
|
|
configuration
|
|
--token=<value> api token
|
|
|
|
DESCRIPTION
|
|
saves operations to the store
|
|
```
|
|
|
|
_See code:
|
|
[dist/commands/operations/publish.js](https://github.com/kamilkisiela/graphql-hive/blob/v0.19.5/dist/commands/operations/publish.js)_
|
|
|
|
## `hive schema:check FILE`
|
|
|
|
checks schema
|
|
|
|
```
|
|
USAGE
|
|
$ hive schema:check [FILE] [--service <value>] [--registry <value>] [--token <value>] [--forceSafe] [--github]
|
|
[--require <value>]
|
|
|
|
ARGUMENTS
|
|
FILE Path to the schema file(s)
|
|
|
|
FLAGS
|
|
--forceSafe mark the check as safe, breaking changes are expected
|
|
--github Connect with GitHub Application
|
|
--registry=<value> registry address
|
|
--require=<value>... [default: ] Loads specific require.extensions before running the codegen and reading the
|
|
configuration
|
|
--service=<value> service name (only for distributed schemas)
|
|
--token=<value> api token
|
|
|
|
DESCRIPTION
|
|
checks schema
|
|
```
|
|
|
|
_See code:
|
|
[dist/commands/schema/check.js](https://github.com/kamilkisiela/graphql-hive/blob/v0.19.5/dist/commands/schema/check.js)_
|
|
|
|
## `hive schema:publish FILE`
|
|
|
|
publishes schema
|
|
|
|
```
|
|
USAGE
|
|
$ hive schema:publish [FILE] [--service <value>] [--url <value>] [--metadata <value>] [--registry <value>]
|
|
[--token <value>] [--author <value>] [--commit <value>] [--github] [--force] [--experimental_acceptBreakingChanges]
|
|
[--require <value>]
|
|
|
|
ARGUMENTS
|
|
FILE Path to the schema file(s)
|
|
|
|
FLAGS
|
|
--author=<value> author of the change
|
|
--commit=<value> associated commit sha
|
|
--experimental_acceptBreakingChanges (experimental) accept breaking changes and mark schema as valid (only if
|
|
composable)
|
|
--force force publish even on breaking changes
|
|
--github Connect with GitHub Application
|
|
--metadata=<value> additional metadata to attach to the GraphQL schema. This can be a string with a
|
|
valid JSON, or a path to a file containing a valid JSON
|
|
--registry=<value> registry address
|
|
--require=<value>... [default: ] Loads specific require.extensions before running the codegen and
|
|
reading the configuration
|
|
--service=<value> service name (only for distributed schemas)
|
|
--token=<value> api token
|
|
--url=<value> service url (only for distributed schemas)
|
|
|
|
DESCRIPTION
|
|
publishes schema
|
|
```
|
|
|
|
_See code:
|
|
[dist/commands/schema/publish.js](https://github.com/kamilkisiela/graphql-hive/blob/v0.19.5/dist/commands/schema/publish.js)_
|
|
|
|
## `hive update [CHANNEL]`
|
|
|
|
update the hive CLI
|
|
|
|
```
|
|
USAGE
|
|
$ hive update [CHANNEL] [-a] [-v <value> | -i] [--force]
|
|
|
|
FLAGS
|
|
-a, --available Install a specific version.
|
|
-i, --interactive Interactively select version to install. This is ignored if a channel is provided.
|
|
-v, --version=<value> Install a specific version.
|
|
--force Force a re-download of the requested version.
|
|
|
|
DESCRIPTION
|
|
update the hive CLI
|
|
|
|
EXAMPLES
|
|
Update to the stable channel:
|
|
|
|
$ hive update stable
|
|
|
|
Update to a specific version:
|
|
|
|
$ hive update --version 1.0.0
|
|
|
|
Interactively select version:
|
|
|
|
$ hive update --interactive
|
|
|
|
See available versions:
|
|
|
|
$ hive update --available
|
|
```
|
|
|
|
_See code:
|
|
[@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v3.0.6/src/commands/update.ts)_
|
|
|
|
## `hive whoami`
|
|
|
|
checks schema
|
|
|
|
```
|
|
USAGE
|
|
$ hive whoami [--registry <value>] [--token <value>]
|
|
|
|
FLAGS
|
|
--registry=<value> registry address
|
|
--token=<value> api token
|
|
|
|
DESCRIPTION
|
|
checks schema
|
|
```
|
|
|
|
_See code:
|
|
[dist/commands/whoami.js](https://github.com/kamilkisiela/graphql-hive/blob/v0.19.5/dist/commands/whoami.js)_
|
|
|
|
<!-- commandsstop -->
|
|
|
|
<!-- config -->
|
|
|
|
# Config
|
|
|
|
In addition to using the CLI args, you can also define your configuration in a JSON file which the
|
|
CLI would pick up when it runs.
|
|
|
|
You can use the `HIVE_CONFIG` environment variable to define the path to the JSON file as follows:
|
|
|
|
`HIVE_CONFIG=/path/to/hive.json hive schema:publish --author Vignesh path/to/file.gql`
|
|
|
|
Note that the CLI args will override the values in config if both are specified.
|
|
|
|
This is how the structure of the config file should look like:
|
|
|
|
```json
|
|
{
|
|
"registry": "<yourRegistryURL>",
|
|
"token": "<yourtoken>"
|
|
}
|
|
```
|
|
|
|
<!-- configstop -->
|