Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - apollo@2.0.13
  • Loading branch information
James Baxley committed Nov 11, 2018
1 parent 0a979b6 commit c2e5350
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/apollo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g apollo
$ apollo COMMAND
running command...
$ apollo (-v|--version|version)
apollo/2.0.12 linux-x64 node-v10.5.0
apollo/2.0.13 linux-x64 node-v10.5.0
$ apollo --help [COMMAND]
USAGE
$ apollo COMMAND
Expand Down Expand Up @@ -380,6 +380,9 @@ OPTIONS
--endpoint=endpoint The url of your service
--header=header Additional headers to send to server for introspectionQuery
--key=key The API key for the Apollo Engine service
ALIASES
$ apollo schema:download
```

_See code: [src/commands/service/download.ts](https://github.com/apollographql/apollo-tooling/blob/master/packages/apollo/src/commands/service/download.ts)_
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo",
"description": "Command line tool for Apollo GraphQL",
"version": "2.0.12",
"version": "2.0.13",
"referenceID": "21ad0845-c235-422e-be7d-a998310df972",
"author": "Apollo GraphQL <opensource@apollographql.com>",
"license": "MIT",
Expand Down

0 comments on commit c2e5350

Please sign in to comment.