@oclif/plugin-which

3.2.14 • Public • Published

@oclif/plugin-which

find which plugin a command is in

Version Downloads/week License

Usage

$ npm install -g @oclif/plugin-which
$ oclif-example COMMAND
running command...
$ oclif-example (--version)
@oclif/plugin-which/3.2.14 linux-x64 node-v20.17.0
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example which

Show which plugin a command is in.

USAGE
  $ oclif-example which [--json]

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Show which plugin a command is in.

EXAMPLES
  See which plugin the `help` command is in:

    $ oclif-example which help

  Use colon separators.

    $ oclif-example which foo:bar:baz

  Use spaces as separators.

    $ oclif-example which foo bar baz

  Wrap command in quotes to use spaces as separators.

    $ oclif-example which "foo bar baz"

See code: src/commands/which.ts

Contributing

See contributing guide

Dependencies (2)

Dev Dependencies (22)

Package Sidebar

Install

npm i @oclif/plugin-which

Weekly Downloads

151,899

Version

3.2.14

License

MIT

Unpacked Size

8.97 kB

Total Files

8

Last publish

Collaborators

  • mdonnalley
  • salesforce-releases