@apollo/rover 0.29.0-rc.1 → 0.29.0-rc.3

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.
Files changed (2) hide show
  1. package/README.md +7 -10
  2. 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 Graph project using Apollo Federation with Apollo Router
42
+ Initialize a federated graph in your current directory
43
43
  cloud
44
44
  Cloud configuration commands
45
45
  config
@@ -112,22 +112,19 @@ Options:
112
112
  -V, --version
113
113
  Print version
114
114
 
115
- Read the getting started guide by running:
116
115
 
117
- $ rover docs open start
118
116
 
119
- To begin working with Rover and to authenticate with Apollo Studio,
120
- run the following command:
117
+ ** Getting Started with Rover **
121
118
 
122
- $ rover config auth
119
+ Run the following command to authenticate with GraphOS:
123
120
 
124
- This will prompt you for an API Key that can be generated in Apollo Studio.
121
+ $ rover config auth
125
122
 
126
- Once you're authenticated, you can kick off a new graph project by running:
123
+ Once you're authenticated, create a new graph:
127
124
 
128
125
  $ rover init
129
126
 
130
- You can open the full documentation for Rover by running:
127
+ To learn more about Rover, view the full documentation:
131
128
 
132
129
  $ rover docs open
133
130
  ```
@@ -187,7 +184,7 @@ iwr 'https://rover.apollo.dev/win/latest' | iex
187
184
 
188
185
  To install a specific version of Rover (note the `v` prefixing the version number):
189
186
 
190
- > Note: If you're installing Rover in a CI environment, it's best to target a specific version rather than using the latest URL, since future major breaking changes could affect CI workflows otherwise.
187
+ > Note: If you are installing Rover in a CI environment, it's best to target a specific version rather than using the latest URL, since future major breaking changes could affect CI workflows otherwise.
191
188
 
192
189
  ```bash
193
190
  iwr 'https://rover.apollo.dev/win/v0.10.0' | iex
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apollo/rover",
3
- "version": "0.29.0-rc.1",
3
+ "version": "0.29.0-rc.3",
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": "11.2.0"
37
+ "npm": "9.5.0"
38
38
  },
39
39
  "homepage": "https://github.com/apollographql/rover#readme",
40
40
  "dependencies": {