Skip to content

Commit

Permalink
chore(release): 4.2.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Mar 25, 2024
1 parent 751f8a2 commit f1a4219
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.2.2](https://github.com/oclif/plugin-update/compare/4.2.1...4.2.2) (2024-03-25)

### Bug Fixes

- remove docs directory ([751f8a2](https://github.com/oclif/plugin-update/commit/751f8a28abb134fbca98a84c6c435b169a76d221))

## [4.2.1](https://github.com/oclif/plugin-update/compare/4.2.0...4.2.1) (2024-03-24)

### Bug Fixes
Expand Down
40 changes: 37 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
- [@oclif/plugin-update](#oclifplugin-update)
- [Usage](#usage)
- [Commands](#commands)
- [Command Topics](#command-topics)
- [Contributing](#contributing)
<!-- tocstop -->

Expand All @@ -21,9 +20,44 @@ See https://oclif.io/docs/releasing.html#autoupdater

<!-- commands -->

# Command Topics
- [`oclif-example update [CHANNEL]`](#oclif-example-update-channel)

- [`oclif-example update`](docs/update.md) - update the oclif-example CLI
## `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.2/src/commands/update.ts)_

<!-- commandsstop -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oclif/plugin-update",
"version": "4.2.1",
"version": "4.2.2",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
Expand Down

0 comments on commit f1a4219

Please sign in to comment.