@apollo/rover 0.29.0-rc.2 → 0.29.0
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 -3
- package/package.json +2 -2
package/README.md
CHANGED
@@ -39,7 +39,7 @@ Usage: rover [OPTIONS] <COMMAND>
|
|
39
39
|
|
40
40
|
Commands:
|
41
41
|
init
|
42
|
-
Initialize a
|
42
|
+
Initialize a federated graph in your current directory
|
43
43
|
cloud
|
44
44
|
Cloud configuration commands
|
45
45
|
config
|
@@ -120,11 +120,11 @@ Run the following command to authenticate with GraphOS:
|
|
120
120
|
|
121
121
|
$ rover config auth
|
122
122
|
|
123
|
-
Once you're authenticated, create a new graph
|
123
|
+
Once you're authenticated, create a new graph:
|
124
124
|
|
125
125
|
$ rover init
|
126
126
|
|
127
|
-
To learn more about Rover,
|
127
|
+
To learn more about Rover, view the full documentation:
|
128
128
|
|
129
129
|
$ rover docs open
|
130
130
|
```
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@apollo/rover",
|
3
|
-
"version": "0.29.0
|
3
|
+
"version": "0.29.0",
|
4
4
|
"description": "The new Apollo CLI",
|
5
5
|
"main": "index.js",
|
6
6
|
"bin": {
|
@@ -34,7 +34,7 @@
|
|
34
34
|
},
|
35
35
|
"volta": {
|
36
36
|
"node": "20.19.0",
|
37
|
-
"npm": "
|
37
|
+
"npm": "9.5.0"
|
38
38
|
},
|
39
39
|
"homepage": "https://github.com/apollographql/rover#readme",
|
40
40
|
"dependencies": {
|