Skip to content

Commit

Permalink
chore(release): 4.2.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Mar 24, 2024
1 parent 1e65d70 commit 4ca99c9
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 43 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.1](https://github.com/oclif/plugin-update/compare/4.2.0...4.2.1) (2024-03-24)

### Bug Fixes

- **deps:** bump inquirer from 9.2.15 to 9.2.16 ([#768](https://github.com/oclif/plugin-update/issues/768)) ([1e65d70](https://github.com/oclif/plugin-update/commit/1e65d70af9840556ee641a222cea102f802b8aae))

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

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

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

<!-- commands -->

- [@oclif/plugin-update](#oclifplugin-update)
- [Usage](#usage)
- [Commands](#commands)
- [`oclif-example update [CHANNEL]`](#oclif-example-update-channel)
- [Contributing](#contributing)

## `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
```
# Command Topics

_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.2.0/src/commands/update.ts)_
- [`oclif-example update`](docs/update.md) - update the oclif-example CLI

<!-- commandsstop -->

Expand Down
42 changes: 42 additions & 0 deletions docs/update.md
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)_
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.0",
"version": "4.2.1",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
Expand Down

0 comments on commit 4ca99c9

Please sign in to comment.