Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oclif/plugin-update

add autoupdate to your oclif CLI
https://github.com/oclif/plugin-update

Last synced: about 1 month ago
JSON representation

add autoupdate to your oclif CLI

Awesome Lists containing this project

README

        

# @oclif/plugin-update

[![Version](https://img.shields.io/npm/v/@oclif/plugin-update.svg)](https://npmjs.org/package/@oclif/plugin-update)
[![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-update.svg)](https://npmjs.org/package/@oclif/plugin-update)
[![License](https://img.shields.io/npm/l/@oclif/plugin-update.svg)](https://github.com/oclif/plugin-update/blob/main/package.json)

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

# Usage

See https://oclif.io/docs/releasing.html#autoupdater

# Commands

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

## `oclif-example update [CHANNEL]`

update the oclif-example CLI

```
USAGE
$ oclif-example update [CHANNEL] [--force | | [-a | -v | -i]]

FLAGS
-a, --available See available versions.
-i, --interactive Interactively select version to install. This is ignored if a channel is provided.
-v, --version= 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.5.3/src/commands/update.ts)_

# Contributing

See [contributing guide](./CONRTIBUTING.md)