@apollo/rover 0.8.1 → 0.9.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -36,7 +36,7 @@ rover graph publish --schema ./path-to-valid-schema test@cats
|
|
36
36
|
## Command-line options
|
37
37
|
|
38
38
|
```console
|
39
|
-
Rover 0.
|
39
|
+
Rover 0.9.0-alpha.2
|
40
40
|
Apollo Developers <opensource@apollographql.com>
|
41
41
|
|
42
42
|
Rover - Your Graph Companion
|
@@ -110,6 +110,8 @@ OPTIONS:
|
|
110
110
|
SUBCOMMANDS:
|
111
111
|
config
|
112
112
|
Configuration profile commands
|
113
|
+
dev
|
114
|
+
Run your supergraph locally with a router and one or more subgraphs
|
113
115
|
docs
|
114
116
|
Interact with Rover's documentation
|
115
117
|
explain
|