Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - apollo-codegen-core@0.34.14
 - apollo-codegen-flow@0.33.24
 - apollo-codegen-scala@0.34.24
 - apollo-codegen-swift@0.35.4
 - apollo-codegen-typescript@0.34.14
 - apollo-language-server@1.14.3
 - apollo@2.17.4
 - vscode-apollo@1.9.3
  • Loading branch information
justinanastos committed Aug 13, 2019
1 parent f3d7431 commit 5053584
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/apollo-codegen-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-codegen-core",
"description": "Core generator APIs for Apollo Codegen",
"version": "0.34.13",
"version": "0.34.14",
"author": "Apollo GraphQL <opensource@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-codegen-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-codegen-flow",
"description": "Flow generator module for Apollo Codegen",
"version": "0.33.23",
"version": "0.33.24",
"author": "Apollo GraphQL <opensource@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-codegen-scala/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-codegen-scala",
"description": "Scala generator module for Apollo Codegen",
"version": "0.34.23",
"version": "0.34.24",
"author": "Apollo GraphQL <opensource@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-codegen-swift/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-codegen-swift",
"description": "Swift generator module for Apollo Codegen",
"version": "0.35.3",
"version": "0.35.4",
"author": "Apollo GraphQL <opensource@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-codegen-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-codegen-typescript",
"description": "TypeScript generator module for Apollo Codegen",
"version": "0.34.13",
"version": "0.34.14",
"author": "Apollo GraphQL <opensource@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-language-server",
"description": "A language server for Apollo GraphQL projects",
"version": "1.14.2",
"version": "1.14.3",
"author": "Apollo GraphQL <opensource@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
29 changes: 18 additions & 11 deletions 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.17.3 darwin-x64 node-v11.14.0
apollo/2.17.4 darwin-x64 node-v8.15.1
$ apollo --help [COMMAND]
USAGE
$ apollo COMMAND
Expand Down Expand Up @@ -79,7 +79,8 @@ OPTIONS
--includes=includes Glob of files to search for GraphQL operations. This should be used to find
queries *and* any client schema extensions
--key=key The API key for the Apollo Engine service
--key=key [default: service:engine:VCFWhxB5ESA0BNX5YfeP8A] The API key for the Apollo
Engine service
--queries=queries Deprecated in favor of the includes flag
Expand Down Expand Up @@ -139,7 +140,8 @@ OPTIONS
--includes=includes Glob of files to search for GraphQL operations. This should be used to find
queries *and* any client schema extensions
--key=key The API key for the Apollo Engine service
--key=key [default: service:engine:VCFWhxB5ESA0BNX5YfeP8A] The API key for the Apollo
Engine service
--localSchemaFile=localSchemaFile Path to your local GraphQL schema file (introspection result or SDL)
Expand Down Expand Up @@ -217,7 +219,8 @@ OPTIONS
--includes=includes Glob of files to search for GraphQL operations. This should be used to find
queries *and* any client schema extensions
--key=key The API key for the Apollo Engine service
--key=key [default: service:engine:VCFWhxB5ESA0BNX5YfeP8A] The API key for the Apollo
Engine service
--queries=queries Deprecated in favor of the includes flag
Expand Down Expand Up @@ -260,7 +263,8 @@ OPTIONS
--includes=includes Glob of files to search for GraphQL operations. This should be used to find
queries *and* any client schema extensions
--key=key The API key for the Apollo Engine service
--key=key [default: service:engine:VCFWhxB5ESA0BNX5YfeP8A] The API key for the Apollo
Engine service
--queries=queries Deprecated in favor of the includes flag
Expand Down Expand Up @@ -300,7 +304,8 @@ OPTIONS
--includes=includes Glob of files to search for GraphQL operations. This should be used to find
queries *and* any client schema extensions
--key=key The API key for the Apollo Engine service
--key=key [default: service:engine:VCFWhxB5ESA0BNX5YfeP8A] The API key for the Apollo
Engine service
--queries=queries Deprecated in favor of the includes flag
Expand Down Expand Up @@ -465,7 +470,8 @@ OPTIONS
--json Output result in json, which can then be parsed by CLI
tools such as jq.
--key=key The API key for the Apollo Engine service
--key=key [default: service:engine:VCFWhxB5ESA0BNX5YfeP8A] The
API key for the Apollo Engine service
--localSchemaFile=localSchemaFile Path to your local GraphQL schema file (introspection
result or SDL)
Expand Down Expand Up @@ -511,7 +517,7 @@ OPTIONS
--header=header Additional header to send to server for introspectionQuery. May be used multiple times to
add multiple headers. NOTE: The `--endpoint` flag is REQUIRED if using the `--header` flag.
--key=key The API key for the Apollo Engine service
--key=key [default: service:engine:VCFWhxB5ESA0BNX5YfeP8A] The API key for the Apollo Engine service
--serviceName=serviceName (required) Provides the name of the implementing service for a federated graph
```
Expand All @@ -538,7 +544,7 @@ OPTIONS
--header=header Additional header to send to server for introspectionQuery. May be used multiple times to add
multiple headers. NOTE: The `--endpoint` flag is REQUIRED if using the `--header` flag.
--key=key The API key for the Apollo Engine service
--key=key [default: service:engine:VCFWhxB5ESA0BNX5YfeP8A] The API key for the Apollo Engine service
ALIASES
$ apollo schema:download
Expand All @@ -562,7 +568,7 @@ OPTIONS
--header=header Additional header to send to server for introspectionQuery. May be used multiple times to add
multiple headers. NOTE: The `--endpoint` flag is REQUIRED if using the `--header` flag.
--key=key The API key for the Apollo Engine service
--key=key [default: service:engine:VCFWhxB5ESA0BNX5YfeP8A] The API key for the Apollo Engine service
```

_See code: [src/commands/service/list.ts](https://github.com/apollographql/apollo-tooling/blob/master/packages/apollo/src/commands/service/list.ts)_
Expand All @@ -584,7 +590,8 @@ OPTIONS
times to add multiple headers. NOTE: The `--endpoint` flag is REQUIRED if using the
`--header` flag.
--key=key The API key for the Apollo Engine service
--key=key [default: service:engine:VCFWhxB5ESA0BNX5YfeP8A] The API key for the Apollo Engine
service
--localSchemaFile=localSchemaFile Path to your local GraphQL schema file (introspection result or SDL)
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.17.3",
"version": "2.17.4",
"referenceID": "21ad0845-c235-422e-be7d-a998310df972",
"author": "Apollo GraphQL <opensource@apollographql.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-apollo",
"displayName": "Apollo GraphQL",
"description": "Rich editor support for GraphQL client and server development that seamlessly integrates with the Apollo platform",
"version": "1.9.2",
"version": "1.9.3",
"referenceID": "87197759-7617-40d0-b32e-46d378e907c7",
"author": "Apollo GraphQL <opensource@apollographql.com>",
"license": "MIT",
Expand Down

0 comments on commit 5053584

Please sign in to comment.