Skip to content

oclif/plugin-which

Folders and files

NameName
Last commit message
Last commit date
Oct 11, 2023
Jun 11, 2024
Jul 22, 2024
Jan 29, 2025
Jan 29, 2025
May 22, 2024
Oct 11, 2023
May 22, 2018
Apr 9, 2024
Feb 22, 2024
Oct 11, 2023
May 22, 2018
Oct 11, 2023
Mar 16, 2025
Mar 18, 2024
May 22, 2018
Mar 16, 2025
Jan 29, 2025
Mar 24, 2025
Oct 11, 2023
Mar 24, 2025

Repository files navigation

@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.34 linux-x64 node-v20.18.3
$ 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