Package Exports
- apollo
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (apollo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
apollo-cli
CLI for the Apollo platform of tooling
Usage
$ npm install -g apollo
$ apollo COMMAND
running command...
$ apollo (-v|--version|version)
apollo/1.0.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 CLISee code: @oclif/plugin-help
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 jsonSee 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 jsonSee code: src/commands/schema/publish.ts