-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e65d70
commit 4ca99c9
Showing
4 changed files
with
52 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# `oclif-example update` | ||
|
||
update the oclif-example CLI | ||
|
||
- [`oclif-example update [CHANNEL]`](#oclif-example-update-channel) | ||
|
||
## `oclif-example update [CHANNEL]` | ||
|
||
update the oclif-example CLI | ||
|
||
``` | ||
USAGE | ||
$ oclif-example update [CHANNEL] [-a] [--force] [-i | -v <value>] | ||
FLAGS | ||
-a, --available See available versions. | ||
-i, --interactive Interactively select version to install. This is ignored if a channel is provided. | ||
-v, --version=<value> Install a specific version. | ||
--force Force a re-download of the requested version. | ||
DESCRIPTION | ||
update the oclif-example CLI | ||
EXAMPLES | ||
Update to the stable channel: | ||
$ oclif-example update stable | ||
Update to a specific version: | ||
$ oclif-example update --version 1.0.0 | ||
Interactively select version: | ||
$ oclif-example update --interactive | ||
See available versions: | ||
$ oclif-example update --available | ||
``` | ||
|
||
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.2.1/src/commands/update.ts)_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters