@apollo/rover 0.4.6 → 0.4.7
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 +1 -1
package/README.md
CHANGED
@@ -37,7 +37,7 @@ rover graph publish --schema ./path-to-valid-schema test@cats
|
|
37
37
|
## Command-line options
|
38
38
|
|
39
39
|
```console
|
40
|
-
Rover 0.4.
|
40
|
+
Rover 0.4.7
|
41
41
|
|
42
42
|
Rover - Your Graph Companion
|
43
43
|
Read the getting started guide by running:
|
@@ -123,7 +123,7 @@ To install a specific version of Rover (note the `v` prefixing the version numbe
|
|
123
123
|
> 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.
|
124
124
|
|
125
125
|
```bash
|
126
|
-
curl -sSL https://rover.apollo.dev/nix/v0.4.
|
126
|
+
curl -sSL https://rover.apollo.dev/nix/v0.4.7 | sh
|
127
127
|
```
|
128
128
|
|
129
129
|
You will need `curl` installed on your system to run the above installation commands. You can get the latest version from [the curl downloads page](https://curl.se/download.html).
|
@@ -141,7 +141,7 @@ To install a specific version of Rover (note the `v` prefixing the version numbe
|
|
141
141
|
> 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.
|
142
142
|
|
143
143
|
```bash
|
144
|
-
iwr 'https://rover.apollo.dev/win/v0.4.
|
144
|
+
iwr 'https://rover.apollo.dev/win/v0.4.7' | iex
|
145
145
|
```
|
146
146
|
|
147
147
|
#### npm installer
|