1.9.4 • Published 3 years ago

@sumwatshade/oclif-plugin-update v1.9.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@sumwatshade/oclif-plugin-update

====================

A fork of @oclif/plugin-update that closer mimics NVM

Version CircleCI Downloads/week License

Commands

oclif-example install VERSION

Install and link a new version of the oclif-example CLI. This will first check locally before fetching from the internet

USAGE
  $ oclif-example install VERSION

ARGUMENTS
  VERSION  Specify an explicit version (ex. 3.0.0-next.1) or a channel (ex. alpha)

See code: src/commands/install.ts

oclif-example update [CHANNEL]

Updates the oclif-example CLI. This will check for the latest version available on the requested channel and fetch it from remote

USAGE
  $ oclif-example update [CHANNEL]

ARGUMENTS
  CHANNEL  Specify a channel (ex: stable,alpha,beta,next). An error will be thrown if this channel is invalid.

OPTIONS
  --from-local  interactively choose an already installed version

See code: src/commands/update.ts

oclif-example use [VERSION]

Checks for a previously installed version of the oclif-example CLI. Throws an error if the version is not found.

USAGE
  $ oclif-example use [VERSION]

ARGUMENTS
  VERSION  Specify an explicit version (ex. 3.0.0-next.1) or a channel (ex. alpha)

See code: src/commands/use.ts

1.9.4

3 years ago

1.9.3

3 years ago

1.9.1

3 years ago

1.9.2

3 years ago

1.9.0

3 years ago

1.8.6

3 years ago

1.8.5

3 years ago

1.8.2

3 years ago

1.8.1

3 years ago

1.8.4

3 years ago

1.8.3

3 years ago

1.8.0

3 years ago

1.7.5

3 years ago

1.7.4

3 years ago

1.7.3

3 years ago

1.7.2

3 years ago

1.7.1

3 years ago

1.7.0

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.1

3 years ago