UNPKG

@oclif/plugin-update

Version:

[![Version](https://img.shields.io/npm/v/@oclif/plugin-update.svg)](https://npmjs.org/package/@oclif/plugin-update) [![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-update.svg)](https://npmjs.org/package/@oclif/plugin-update) [![License](htt

110 lines 2.92 kB
{ "commands": { "update": { "aliases": [], "args": { "channel": { "name": "channel" } }, "description": "update the <%= config.bin %> CLI", "examples": [ { "command": "<%= config.bin %> <%= command.id %> stable", "description": "Update to the stable channel:" }, { "command": "<%= config.bin %> <%= command.id %> --version 1.0.0", "description": "Update to a specific version:" }, { "command": "<%= config.bin %> <%= command.id %> --interactive", "description": "Interactively select version:" }, { "command": "<%= config.bin %> <%= command.id %> --available", "description": "See available versions:" } ], "flags": { "autoupdate": { "hidden": true, "name": "autoupdate", "allowNo": false, "type": "boolean" }, "available": { "char": "a", "description": "See available versions.", "exclusive": [ "version", "interactive" ], "name": "available", "allowNo": false, "type": "boolean" }, "force": { "description": "Force a re-download of the requested version.", "exclusive": [ "interactive", "available" ], "name": "force", "allowNo": false, "type": "boolean" }, "interactive": { "char": "i", "description": "Interactively select version to install. This is ignored if a channel is provided.", "exclusive": [ "version" ], "name": "interactive", "allowNo": false, "type": "boolean" }, "verbose": { "char": "b", "dependsOn": [ "available" ], "description": "Show more details about the available versions.", "name": "verbose", "allowNo": false, "type": "boolean" }, "version": { "char": "v", "description": "Install a specific version.", "exclusive": [ "interactive" ], "name": "version", "hasDynamicHelp": false, "multiple": false, "type": "option" } }, "hasDynamicHelp": false, "hiddenAliases": [], "id": "update", "pluginAlias": "@oclif/plugin-update", "pluginName": "@oclif/plugin-update", "pluginType": "core", "strict": true, "enableJsonFlag": false, "isESM": true, "relativePath": [ "dist", "commands", "update.js" ], "aliasPermutations": [], "permutations": [ "update" ] } }, "version": "4.6.39" }