# @oclif/plugin-search

> A command for searching commands

Latest version **2.0.0** (published 2026-08-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install @oclif/plugin-search
pnpm add @oclif/plugin-search
yarn add @oclif/plugin-search
bun add @oclif/plugin-search
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2026-08-31 |
| First published | 2022-08-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >=22.0.0 |
| Dependencies | 3 |
| Unpacked size | 8.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Salesforce |
| Maintainers | salesforce-releases |
| Keywords | oclif |

## Links

- npm: https://www.npmjs.com/package/@oclif/plugin-search
- Repository: https://github.com/oclif/plugin-search
- Issues: https://github.com/oclif/plugin-search/issues
- npm.io page: https://npm.io/package/@oclif/plugin-search

## Dependencies (3)

- [@oclif/core](https://npm.io/package/@oclif/core.md) ^5.0.0
- [ansi-escapes](https://npm.io/package/ansi-escapes.md) ^7.3.0
- [inquirer-autocomplete-standalone](https://npm.io/package/inquirer-autocomplete-standalone.md) ^0.8.1

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 2.0.0 (latest) — 2026-08-31
- 1.2.12-dev.0 (dev) — 2024-10-10
- 1.0.20-qa.0 (qa) — 2024-03-06
- 1.3.0 — 2026-08-24
- 1.2.54 — 2026-07-26
- 1.2.53 — 2026-07-05
- 1.2.52 — 2026-06-28
- 1.2.51 — 2026-06-21
- 1.2.50 — 2026-05-24
- 1.2.49 — 2026-05-17
- 1.2.48 — 2026-05-10
- 1.2.47 — 2026-05-09
- 1.2.46 — 2026-05-03
- 1.2.45 — 2026-04-26
- 1.2.44 — 2026-04-05
- … 100 more at https://npm.io/package/@oclif/plugin-search/versions

## README

# @oclif/plugin-search

A `search` command for your oclif CLI

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/oclif-plugin-search.svg)](https://npmjs.org/package/@oclif/plugin-search)
[![Downloads/week](https://img.shields.io/npm/dw/oclif-plugin-search.svg)](https://npmjs.org/package/@oclif/plugin-search)
[![License](https://img.shields.io/npm/l/oclif-plugin-search.svg)](https://github.com/oclif/plugin-search/blob/main/LICENSE)

<!-- toc -->
* [@oclif/plugin-search](#oclifplugin-search)
* [Usage](#usage)
* [Commands](#commands)
* [Contributing](#contributing)
<!-- tocstop -->

# Usage

<!-- usage -->
```sh-session
$ npm install -g @oclif/plugin-search
$ @oclif/plugin-search COMMAND
running command...
$ @oclif/plugin-search (--version)
@oclif/plugin-search/2.0.0 linux-x64 node-v24.19.0
$ @oclif/plugin-search --help [COMMAND]
USAGE
  $ @oclif/plugin-search COMMAND
...
```
<!-- usagestop -->

# Commands

<!-- commands -->
* [`@oclif/plugin-search search`](#oclifplugin-search-search)

## `@oclif/plugin-search search`

Search for a command.

```
USAGE
  $ @oclif/plugin-search search

DESCRIPTION
  Search for a command.

  Once you select a command, hit enter and it will show the help for that command.
```

_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/v2.0.0/src/commands/search.ts)_
<!-- commandsstop -->

# Contributing

See [contributing guide](./CONRTIBUTING.md)

---
_Source: https://npm.io/package/@oclif/plugin-search · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
