@apollo/rover 0.29.0-rc.1 → 0.29.0-rc.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 +6 -9
- package/package.json +1 -1
package/README.md
CHANGED
@@ -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
|
-
|
120
|
-
run the following command:
|
117
|
+
** Getting Started with Rover **
|
121
118
|
|
122
|
-
|
119
|
+
Run the following command to authenticate with GraphOS:
|
123
120
|
|
124
|
-
|
121
|
+
$ rover config auth
|
125
122
|
|
126
|
-
Once you're authenticated,
|
123
|
+
Once you're authenticated, create a new graph by running:
|
127
124
|
|
128
125
|
$ rover init
|
129
126
|
|
130
|
-
|
127
|
+
To learn more about Rover, you can view the full documentation by running:
|
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
|
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
|