-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bbe8c05
commit fdb74be
Showing
8 changed files
with
529 additions
and
399 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ rover graph publish --schema ./path-to-valid-schema test@cats | |
## Command-line options | ||
|
||
```console | ||
Rover 0.8.0 | ||
Rover 0.9.0-alpha.0 | ||
Apollo Developers <[email protected]> | ||
|
||
Rover - Your Graph Companion | ||
|
@@ -110,6 +110,8 @@ OPTIONS: | |
SUBCOMMANDS: | ||
config | ||
Configuration profile commands | ||
dev | ||
Run your supergraph locally with a router and one or more subgraphs | ||
docs | ||
Interact with Rover's documentation | ||
explain | ||
|
Oops, something went wrong.