@apollo/rover 0.28.0 → 0.29.0-rc.1

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 +5 -6
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -38,6 +38,8 @@ Rover - Your Graph Companion
38
38
  Usage: rover [OPTIONS] <COMMAND>
39
39
 
40
40
  Commands:
41
+ init
42
+ Initialize a Graph project using Apollo Federation with Apollo Router
41
43
  cloud
42
44
  Cloud configuration commands
43
45
  config
@@ -45,7 +47,7 @@ Commands:
45
47
  contract
46
48
  Contract configuration commands
47
49
  dev
48
- This command starts a local router that can query across one or more running GraphQL APIs (subgraphs) through one endpoint (supergraph). As you add, edit, and remove subgraphs, `rover dev` automatically composes all of their schemas into a new supergraph schema, and the router reloads
50
+ Run a supergraph locally to develop and test subgraph changes
49
51
  supergraph
50
52
  Supergraph schema commands
51
53
  graph
@@ -121,12 +123,9 @@ run the following command:
121
123
 
122
124
  This will prompt you for an API Key that can be generated in Apollo Studio.
123
125
 
124
- The most common commands from there are:
126
+ Once you're authenticated, you can kick off a new graph project by running:
125
127
 
126
- - rover graph fetch: Fetch a graph schema from the Apollo graph registry
127
- - rover graph check: Check for breaking changes in a local graph schema against a graph schema in the Apollo graph
128
- registry
129
- - rover graph publish: Publish an updated graph schema to the Apollo graph registry
128
+ $ rover init
130
129
 
131
130
  You can open the full documentation for Rover by running:
132
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apollo/rover",
3
- "version": "0.28.0",
3
+ "version": "0.29.0-rc.1",
4
4
  "description": "The new Apollo CLI",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -33,8 +33,8 @@
33
33
  "npm": ">=6"
34
34
  },
35
35
  "volta": {
36
- "node": "20.18.3",
37
- "npm": "11.1.0"
36
+ "node": "20.19.0",
37
+ "npm": "11.2.0"
38
38
  },
39
39
  "homepage": "https://github.com/apollographql/rover#readme",
40
40
  "dependencies": {