mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-29 20:41:47 -04:00
11
.changeset/dull-pillows-rule.md
Normal file
11
.changeset/dull-pillows-rule.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-installation": patch
|
||||
---
|
||||
|
||||
It should be possible to set the fetch related options through CLI options.
|
||||
These are the fetch options:
|
||||
|
||||
- `--fetch-retries=<number>`
|
||||
- `--fetch-retry-factor=<number>`
|
||||
- `--fetch-retry-maxtimeout=<number>`
|
||||
- `--fetch-retry-mintimeout=<number>`
|
||||
@@ -11,6 +11,10 @@ export function rcOptionsTypes () {
|
||||
return R.pick([
|
||||
'child-concurrency',
|
||||
'engine-strict',
|
||||
'fetch-retries',
|
||||
'fetch-retry-factor',
|
||||
'fetch-retry-maxtimeout',
|
||||
'fetch-retry-mintimeout',
|
||||
'force',
|
||||
'global-dir',
|
||||
'global-pnpmfile',
|
||||
|
||||
@@ -13,6 +13,10 @@ export function rcOptionsTypes () {
|
||||
'child-concurrency',
|
||||
'dev',
|
||||
'engine-strict',
|
||||
'fetch-retries',
|
||||
'fetch-retry-factor',
|
||||
'fetch-retry-maxtimeout',
|
||||
'fetch-retry-mintimeout',
|
||||
'frozen-lockfile',
|
||||
'global-dir',
|
||||
'global-pnpmfile',
|
||||
|
||||
@@ -21,6 +21,10 @@ export function rcOptionsTypes () {
|
||||
'depth',
|
||||
'dev',
|
||||
'engine-strict',
|
||||
'fetch-retries',
|
||||
'fetch-retry-factor',
|
||||
'fetch-retry-maxtimeout',
|
||||
'fetch-retry-mintimeout',
|
||||
'force',
|
||||
'global-dir',
|
||||
'global-pnpmfile',
|
||||
|
||||
Reference in New Issue
Block a user