Skip to content

Commit

Permalink
chore(release): 3.2.4-qa.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 12, 2023
1 parent 28bd0f1 commit 9c9253a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<!-- toc -->

- [@oclif/plugin-update](#oclifplugin-update)
- [Usage](#usage)
- [Commands](#commands)
<!-- tocstop -->
Expand All @@ -18,21 +19,18 @@ 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)
- [`oclif-example update [CHANNEL]`](#oclif-example-update-channel)

## `oclif-example update [CHANNEL]`

update the oclif-example CLI

```
USAGE
$ oclif-example update [CHANNEL] [-a] [-v <value> | -i] [--force]
$ oclif-example update [CHANNEL] [-a] [--force] [-i | -v <value>]
FLAGS
-a, --available Install a specific version.
-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.
Expand All @@ -58,6 +56,6 @@ EXAMPLES
$ oclif-example update --available
```

_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/3.2.4/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/3.2.5-qa.0/src/commands/update.ts)_

<!-- commandsstop -->
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": "3.2.3",
"version": "3.2.4-qa.0",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
Expand Down

0 comments on commit 9c9253a

Please sign in to comment.