@apollo/rover 0.36.1 → 0.36.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 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -82,7 +82,7 @@ Options:
82
82
 
83
83
  --format <FORMAT_KIND>
84
84
  Specify Rover's format type
85
-
85
+
86
86
  [default: plain]
87
87
  [possible values: plain, json]
88
88
 
@@ -91,21 +91,21 @@ Options:
91
91
 
92
92
  --insecure-accept-invalid-certs
93
93
  Accept invalid certificates when performing HTTPS requests.
94
-
94
+
95
95
  You should think very carefully before using this flag.
96
-
96
+
97
97
  If invalid certificates are trusted, any certificate for any site will be trusted for use. This includes expired certificates. This introduces significant vulnerabilities, and should only be used as a last resort.
98
98
 
99
99
  --insecure-accept-invalid-hostnames
100
100
  Accept invalid hostnames when performing HTTPS requests.
101
-
101
+
102
102
  You should think very carefully before using this flag.
103
-
103
+
104
104
  If hostname verification is not used, any valid certificate for any site will be trusted for use from any other. This introduces a significant vulnerability to man-in-the-middle attacks.
105
105
 
106
106
  --client-timeout <CLIENT_TIMEOUT>
107
107
  Configure the timeout length (in seconds) when performing HTTP(S) requests
108
-
108
+
109
109
  [default: 30]
110
110
 
111
111
  --skip-update-check
@@ -120,7 +120,7 @@ Options:
120
120
 
121
121
 
122
122
  ** Getting Started with Rover **
123
-
123
+
124
124
  Run the following command to authenticate with GraphOS:
125
125
 
126
126
  $ rover config auth
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apollo/rover",
3
- "version": "0.36.1",
3
+ "version": "0.36.2",
4
4
  "description": "The new Apollo CLI",
5
5
  "main": "index.js",
6
6
  "bin": {