@apollo/rover 0.36.1-rc.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.
- package/README.md +8 -8
- package/package.json +1 -1
package/README.md
CHANGED
@@ -41,7 +41,7 @@ Usage: rover [OPTIONS] <COMMAND>
|
|
41
41
|
Commands:
|
42
42
|
init
|
43
43
|
Initialize a federated graph in your current directory
|
44
|
-
api-
|
44
|
+
api-key
|
45
45
|
API Key Related Commands
|
46
46
|
cloud
|
47
47
|
Cloud configuration commands
|
@@ -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
|