We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9d538 commit d273380Copy full SHA for d273380
1 file changed
workspaces/config/lib/definitions/definitions.js
@@ -1624,6 +1624,7 @@ const definitions = {
1624
'prefer-offline': new Definition('prefer-offline', {
1625
default: false,
1626
type: Boolean,
1627
+ exclusive: ['prefer-online'],
1628
description: `
1629
If true, staleness checks for cached data will be bypassed, but missing
1630
data will be requested from the server. To force full offline mode, use
@@ -1634,6 +1635,7 @@ const definitions = {
1634
1635
'prefer-online': new Definition('prefer-online', {
1636
1637
1638
+ exclusive: ['prefer-offline'],
1639
1640
If true, staleness checks for cached data will be forced, making the CLI
1641
look for updates immediately even for fresh package data.
0 commit comments