|
3386 | 3386 | "strict": true, |
3387 | 3387 | "summary": "Check whether autocorrect is enabled or disabled. On by default." |
3388 | 3388 | }, |
| 3389 | + "config:autoupgrade:off": { |
| 3390 | + "aliases": [ |
| 3391 | + ], |
| 3392 | + "args": { |
| 3393 | + }, |
| 3394 | + "description": "Disable automatic upgrades for Shopify CLI.\n\n When auto-upgrade is disabled, Shopify CLI won't automatically update. Run `shopify upgrade` to update manually.\n\n To enable auto-upgrade, run `shopify config autoupgrade on`.\n", |
| 3395 | + "descriptionWithMarkdown": "Disable automatic upgrades for Shopify CLI.\n\n When auto-upgrade is disabled, Shopify CLI won't automatically update. Run `shopify upgrade` to update manually.\n\n To enable auto-upgrade, run `shopify config autoupgrade on`.\n", |
| 3396 | + "enableJsonFlag": false, |
| 3397 | + "flags": { |
| 3398 | + }, |
| 3399 | + "hasDynamicHelp": false, |
| 3400 | + "hiddenAliases": [ |
| 3401 | + ], |
| 3402 | + "id": "config:autoupgrade:off", |
| 3403 | + "pluginAlias": "@shopify/cli", |
| 3404 | + "pluginName": "@shopify/cli", |
| 3405 | + "pluginType": "core", |
| 3406 | + "strict": true, |
| 3407 | + "summary": "Disable automatic upgrades for Shopify CLI." |
| 3408 | + }, |
| 3409 | + "config:autoupgrade:on": { |
| 3410 | + "aliases": [ |
| 3411 | + ], |
| 3412 | + "args": { |
| 3413 | + }, |
| 3414 | + "description": "Enable automatic upgrades for Shopify CLI.\n\n When auto-upgrade is enabled, Shopify CLI automatically updates to the latest version after each command.\n\n To disable auto-upgrade, run `shopify config autoupgrade off`.\n", |
| 3415 | + "descriptionWithMarkdown": "Enable automatic upgrades for Shopify CLI.\n\n When auto-upgrade is enabled, Shopify CLI automatically updates to the latest version after each command.\n\n To disable auto-upgrade, run `shopify config autoupgrade off`.\n", |
| 3416 | + "enableJsonFlag": false, |
| 3417 | + "flags": { |
| 3418 | + }, |
| 3419 | + "hasDynamicHelp": false, |
| 3420 | + "hiddenAliases": [ |
| 3421 | + ], |
| 3422 | + "id": "config:autoupgrade:on", |
| 3423 | + "pluginAlias": "@shopify/cli", |
| 3424 | + "pluginName": "@shopify/cli", |
| 3425 | + "pluginType": "core", |
| 3426 | + "strict": true, |
| 3427 | + "summary": "Enable automatic upgrades for Shopify CLI." |
| 3428 | + }, |
| 3429 | + "config:autoupgrade:status": { |
| 3430 | + "aliases": [ |
| 3431 | + ], |
| 3432 | + "args": { |
| 3433 | + }, |
| 3434 | + "description": "Check whether auto-upgrade is enabled, disabled, or not yet configured.\n\n When auto-upgrade is enabled, Shopify CLI automatically updates to the latest version after each command.\n\n Run `shopify config autoupgrade on` or `shopify config autoupgrade off` to configure it.\n", |
| 3435 | + "descriptionWithMarkdown": "Check whether auto-upgrade is enabled, disabled, or not yet configured.\n\n When auto-upgrade is enabled, Shopify CLI automatically updates to the latest version after each command.\n\n Run `shopify config autoupgrade on` or `shopify config autoupgrade off` to configure it.\n", |
| 3436 | + "enableJsonFlag": false, |
| 3437 | + "flags": { |
| 3438 | + }, |
| 3439 | + "hasDynamicHelp": false, |
| 3440 | + "hiddenAliases": [ |
| 3441 | + ], |
| 3442 | + "id": "config:autoupgrade:status", |
| 3443 | + "pluginAlias": "@shopify/cli", |
| 3444 | + "pluginName": "@shopify/cli", |
| 3445 | + "pluginType": "core", |
| 3446 | + "strict": true, |
| 3447 | + "summary": "Check whether auto-upgrade is enabled, disabled, or not yet configured." |
| 3448 | + }, |
3389 | 3449 | "debug:command-flags": { |
3390 | 3450 | "aliases": [ |
3391 | 3451 | ], |
|
0 commit comments