Skip to content

Commit

Permalink
Fixed broken command links (#524)
Browse files Browse the repository at this point in the history
* Fixed broken command links

* Set oclif repositoryPrefix
  • Loading branch information
danilobuerger authored and shadaj committed Aug 2, 2018
1 parent 6570f72 commit b75fe38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions packages/apollo-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ OPTIONS
--watch Watch the query files to auto-generate on changes.
```

_See code: [src/commands/codegen/generate.ts](https://github.com/apollographql/apollo-cli/blob/v1.6.0/src/commands/codegen/generate.ts)_
_See code: [src/commands/codegen/generate.ts](https://github.com/apollographql/apollo-cli/blob/master/packages/apollo-cli/src/commands/codegen/generate.ts)_

## `apollo help [COMMAND]`

Expand Down Expand Up @@ -145,7 +145,7 @@ OPTIONS
GraphQL queries in Javascript/Typescript code
```

_See code: [src/commands/queries/check.ts](https://github.com/apollographql/apollo-cli/blob/v1.6.0/src/commands/queries/check.ts)_
_See code: [src/commands/queries/check.ts](https://github.com/apollographql/apollo-cli/blob/master/packages/apollo-cli/src/commands/queries/check.ts)_

## `apollo schema:check`

Expand All @@ -164,7 +164,7 @@ OPTIONS
--key=key The API key for the Apollo Engine service
```

_See code: [src/commands/schema/check.ts](https://github.com/apollographql/apollo-cli/blob/v1.6.0/src/commands/schema/check.ts)_
_See code: [src/commands/schema/check.ts](https://github.com/apollographql/apollo-cli/blob/master/packages/apollo-cli/src/commands/schema/check.ts)_

## `apollo schema:download OUTPUT`

Expand All @@ -185,7 +185,7 @@ OPTIONS
--key=key The API key for the Apollo Engine service
```

_See code: [src/commands/schema/download.ts](https://github.com/apollographql/apollo-cli/blob/v1.6.0/src/commands/schema/download.ts)_
_See code: [src/commands/schema/download.ts](https://github.com/apollographql/apollo-cli/blob/master/packages/apollo-cli/src/commands/schema/download.ts)_

## `apollo schema:publish`

Expand All @@ -204,7 +204,7 @@ OPTIONS
--key=key The API key for the Apollo Engine service
```

_See code: [src/commands/schema/publish.ts](https://github.com/apollographql/apollo-cli/blob/v1.6.0/src/commands/schema/publish.ts)_
_See code: [src/commands/schema/publish.ts](https://github.com/apollographql/apollo-cli/blob/master/packages/apollo-cli/src/commands/schema/publish.ts)_
<!-- commandsstop -->

# Configuration
Expand Down
3 changes: 2 additions & 1 deletion packages/apollo-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
"@oclif/plugin-help",
"@oclif/plugin-not-found",
"@oclif/plugin-warn-if-update-available"
]
],
"repositoryPrefix": "<%- repo %>/blob/master/packages/apollo-cli/<%- commandPath %>"
},
"jest": {
"transform": {
Expand Down

0 comments on commit b75fe38

Please sign in to comment.