# @oclif/plugin-commands

> plugin to show the list of all the commands

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

## Install

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

## Health

**Score 60/100 (C)** — status: active.

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

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 5.0.0 |
| Published | 2026-08-31 |
| First published | 2018-05-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Node | >=22.0.0 |
| Dependencies | 4 |
| Unpacked size | 14.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Salesforce |
| Maintainers | jimjag, salesforce-releases |
| Keywords | oclif-plugin |

## Links

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

## Dependencies (4)

- [lodash](https://npm.io/package/lodash.md) ^4.18.1
- [@oclif/core](https://npm.io/package/@oclif/core.md) ^5.0.0
- [@oclif/table](https://npm.io/package/@oclif/table.md) ^1.0.0
- [object-treeify](https://npm.io/package/object-treeify.md) ^4.0.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

- 5.0.0 (latest) — 2026-08-31
- 3.1.7-dev.1 (dev) — 2024-02-27
- 4.2.0 — 2026-08-24
- 4.1.63 — 2026-08-08
- 4.1.62 — 2026-08-01
- 4.1.61 — 2026-07-25
- 4.1.60 — 2026-07-04
- 4.1.59 — 2026-06-21
- 4.1.58 — 2026-06-20
- 4.1.57 — 2026-05-30
- 4.1.56 — 2026-05-30
- 4.1.55 — 2026-05-23
- 4.1.54 — 2026-05-16
- 4.1.53 — 2026-05-16
- 4.1.52 — 2026-05-10
- … 138 more at https://npm.io/package/@oclif/plugin-commands/versions

## README

# @oclif/plugin-commands

plugin to show the list of all the commands

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

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

# Usage

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

# Commands

<!-- commands -->
* [`oclif-example commands`](#oclif-example-commands)

## `oclif-example commands`

List all oclif-example commands.

```
USAGE
  $ oclif-example commands [--json] [-c id|plugin|summary|type... | --tree] [--deprecated] [-x | ] [--hidden]
    [--no-truncate | ] [--sort id|plugin|summary|type | ]

FLAGS
  -c, --columns=<option>...  Only show provided columns (comma-separated).
                             <options: id|plugin|summary|type>
  -x, --extended             Show extra columns.
      --deprecated           Show deprecated commands.
      --hidden               Show hidden commands.
      --no-truncate          Do not truncate output.
      --sort=<option>        [default: id] Property to sort by.
                             <options: id|plugin|summary|type>
      --tree                 Show tree of commands.

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  List all oclif-example commands.
```

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

# Contributing

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

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