You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-c, --config [config] apply a config file (JSON), holding e.g. url specific header configuration
175
-
-q, --quiet displays errors only
176
-
-v, --verbose displays detailed error information
177
-
-a, --alive <code> comma separated list of HTTP code to be considered as alive
178
-
-r, --retry retry after the duration indicated in'retry-after' header when HTTP code is 429
179
-
-h, --help display helpforcommand
180
-
-V, --version display version string (e.g. `1.2.3`)
172
+
-p, --progress show progress bar
173
+
-c, --config [config] apply a config file (JSON), holding e.g. url specific header configuration
174
+
-q, --quiet displays errors only
175
+
-v, --verbose displays detailed error information
176
+
-a, --alive <code> comma separated list of HTTP code to be considered as alive
177
+
-r, --retry retry after the duration indicated in'retry-after' header when HTTP code is 429
178
+
-h, --help display helpforcommand
179
+
-V, --version display version string (e.g. `1.2.3`)
180
+
, --projectBaseUrl <url> the URL to use for {{BASEURL}} replacement
181
181
```
182
182
183
183
##### Config file format
@@ -192,11 +192,13 @@ Options:
192
192
*`retryCount` the number of retries to be made on a 429 response. Default `2`.
193
193
*`fallbackRetryDelay` the delay in [zeit/ms](https://www.npmjs.com/package/ms) format. (e.g. `"2000ms"`, `20s`, `1m`) for retries on a 429 response when no `retry-after` header is returned or when it has an invalid value. Default is `60s`.
194
194
*`aliveStatusCodes` a list of HTTP codes to consider as alive.
195
+
*`projectBaseUrl` the URL to use for `{{BASEURL}}` replacement
0 commit comments