This package has been deprecated

Author message:

Please use the Command line tool for Apollo GraphQL VERSION apollo/2.21.1-alpha.0 darwin-x64 node-v10.15.3 USAGE $ apollo [COMMAND] COMMANDS client Check a client project against a pushed service help display help for apollo plugins list installed plugins service Check a service against known operation workloads to find breaking changes package. This package is unmaintained

@apollographql/cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-canary.0 • Public • Published

apollo-cli

CLI for the Apollo platform of tooling

Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

$ npm install -g @apollographql/cli
$ apollo COMMAND
running command...
$ apollo (-v|--version|version)
@apollographql/cli/1.0.0-canary.0 linux-x64 node-v9.4.0
$ apollo --help [COMMAND]
USAGE
  $ apollo COMMAND
...

Commands

apollo help [COMMAND]

display help for apollo

USAGE
  $ apollo help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

apollo schema [FILE]

describe the command here

USAGE
  $ apollo schema [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/schema.ts

apollo schema:check

Check a schema against previous registered schema

USAGE
  $ apollo schema:check

OPTIONS
  -e, --endpoint=endpoint  [default: http://localhost:4000/graphql] The location of the server to from which to fetch
                           the schema

  -h, --help               show CLI help

  -s, --service=service    ENGINE_API_KEY for the Engine service

  --header=header          Additional headers to send to server for introspectionQuery

  --json                   output result as json

See code: src/commands/schema/check.ts

apollo schema:publish

Publish a schema to Engine

USAGE
  $ apollo schema:publish

OPTIONS
  -e, --endpoint=endpoint  [default: http://localhost:4000/graphql] The location of the server to from which to fetch
                           the schema

  -h, --help               show CLI help

  -s, --service=service    ENGINE_API_KEY for the Engine service

  --header=header          Additional headers to send to server for introspectionQuery

  --json                   output successful publish result as json

See code: src/commands/schema/publish.ts

Readme

Keywords

Package Sidebar

Install

npm i @apollographql/cli

Weekly Downloads

2

Version

1.0.0-canary.0

License

MIT

Unpacked Size

51.8 kB

Total Files

31

Last publish

Collaborators