
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@oclif/plugin-which
Advanced tools
find which plugin a command is in
$ npm install -g @oclif/plugin-which
$ oclif-example COMMAND
running command...
$ oclif-example (--version)
@oclif/plugin-which/3.2.41 linux-x64 node-v22.20.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
oclif-example whichShow 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
The 'which' package is a standalone utility for finding the path of an executable in the system's PATH. It is similar to @oclif/plugin-which but is not specific to the Oclif framework. It can be used in any Node.js application to locate executables.
The 'command-exists' package checks if a command-line command exists in the system's PATH. It is similar to @oclif/plugin-which in that it helps locate commands, but it focuses on checking the existence of commands rather than providing their paths.
FAQs
find which plugin a command is in
The npm package @oclif/plugin-which receives a total of 250,757 weekly downloads. As such, @oclif/plugin-which popularity was classified as popular.
We found that @oclif/plugin-which demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.