Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@oclif/plugin-which

Package Overview
Dependencies
Maintainers
7
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/plugin-which

find which plugin a command is in

Source
npmnpm
Version
2.2.10
Version published
Weekly downloads
283K
-24.58%
Maintainers
7
Weekly downloads
 
Created
Source

@oclif/plugin-which

find which plugin a command is in

Version CircleCI Appveyor CI Downloads/week License

  • Usage
  • Commands

Usage

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

Commands

oclif-example which

Show which plugin a command is in.

USAGE
  $ oclif-example which

DESCRIPTION
  Show which plugin a command is in.

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

    $ oclif-example which help

See code: src/commands/which.ts

Keywords

oclif-plugin

FAQs

Package last updated on 29 Jan 2023

Did you know?

Socket

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.

Install

Related posts