@apollo/rover 0.11.0-rc.0 → 0.11.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.
Files changed (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -69,11 +69,17 @@ Options:
69
69
  -l, --log <LOG_LEVEL>
70
70
  Specify Rover's log level
71
71
 
72
+ --format <FORMAT_TYPE>
73
+ Specify Rover's format type
74
+
75
+ [default: plain]
76
+ [possible values: plain, json]
77
+
72
78
  --output <OUTPUT_TYPE>
73
79
  Specify Rover's output type
74
80
 
75
81
  [default: plain]
76
- [possible values: plain, json]
82
+ [possible values: plain, json, filename]
77
83
 
78
84
  --insecure-accept-invalid-certs
79
85
  Accept invalid certificates when performing HTTPS requests.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apollo/rover",
3
- "version": "0.11.0-rc.0",
3
+ "version": "0.11.0-rc.2",
4
4
  "description": "The new Apollo CLI",
5
5
  "main": "index.js",
6
6
  "bin": {