Skip to content

jayree/oclif-plugin-update-notifier

Repository files navigation

oclif-plugin-update-notifier

oclif Version test-and-release Downloads/week License

Update notifications for oclif plugins based on yeoman/update-notifier

Usage

$ npm install -g oclif-plugin-update-notifier
$ oclif-example COMMAND
running command...
$ oclif-example (--version)
oclif-plugin-update-notifier/1.5.71 linux-x64 node-v20.12.2
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...
$ oclif-example plugins
@oclif/plugin-help 5.1.11

   ╭────────────────────────────────────────────────────────────────────────────────────────────╮
   │                                                                                            │
   │                             oclif-example-plugin update available!                         │
   │                                                                                            │
   │                             @oclif/plugin-help 5.1.11 → 5.1.12                             │
   │          Changelog: https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md            │
   │                                                                                            │
   ╰────────────────────────────────────────────────────────────────────────────────────────────╯

Commands

oclif-example plugins update check

check installed plugins for updates

USAGE
  $ oclif-example plugins update check

DESCRIPTION
  check installed plugins for updates

See code: src/commands/plugins/update/check.ts