@oclif/plugin-update

4.2.2 • Public • Published

@oclif/plugin-update

Version Downloads/week License

Usage

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

Commands

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

Contributing

See contributing guide

Readme

Keywords

Package Sidebar

Install

npm i @oclif/plugin-update

Weekly Downloads

254,427

Version

4.2.2

License

MIT

Unpacked Size

983 kB

Total Files

16

Last publish

Collaborators

  • mdonnalley
  • salesforce-releases