Skip to content

Commit

Permalink
fix: Revert plugin update (#2841)
Browse files Browse the repository at this point in the history
* fix: Revert plugin update

Signed-off-by: Anatolii Bazko <[email protected]>

* fix README.md

Signed-off-by: Anatolii Bazko <[email protected]>

---------

Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha committed Dec 12, 2023
1 parent 4775c57 commit aed9cc2
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 118 deletions.
26 changes: 3 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -660,36 +660,16 @@ update the chectl CLI

```
USAGE
$ chectl update [CHANNEL] [-a] [--force] [-i | -v <value>]
$ chectl update [CHANNEL] [--from-local]
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.
--from-local interactively choose an already installed version
DESCRIPTION
update the chectl CLI
EXAMPLES
Update to the stable channel:
$ chectl update stable
Update to a specific version:
$ chectl update --version 1.0.0
Interactively select version:
$ chectl update --interactive
See available versions:
$ chectl update --available
```

_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.1.4/dist/commands/update.ts)_
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v1.5.0/src/commands/update.ts)_

## `chectl version`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@oclif/plugin-autocomplete": "^2.3.9",
"@oclif/plugin-commands": "^3.0.7",
"@oclif/plugin-help": "^6.0.7",
"@oclif/plugin-update": "^4.1.4",
"@oclif/plugin-update": "^1.5.0",
"@oclif/plugin-version": "^2.0.1",
"@octokit/rest": "^19.0.5",
"analytics-node": "^6.2.0",
Expand Down
Loading

0 comments on commit aed9cc2

Please sign in to comment.