https://github.com/oclif/plugin-commands
https://github.com/oclif/plugin-commands
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oclif/plugin-commands
- Owner: oclif
- License: mit
- Created: 2018-05-28T03:21:56.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2026-05-24T06:25:11.000Z (2 months ago)
- Last Synced: 2026-05-24T08:21:31.811Z (2 months ago)
- Language: TypeScript
- Size: 4.14 MB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# @oclif/plugin-commands
plugin to show the list of all the commands
[](https://npmjs.org/package/@oclif/plugin-commands)
[](https://npmjs.org/package/@oclif/plugin-commands)
[](https://github.com/oclif/plugin-commands/blob/main/package.json)
- [@oclif/plugin-commands](#oclifplugin-commands)
- [Usage](#usage)
- [Commands](#commands)
- [Contributing](#contributing)
# Usage
```sh-session
$ npm install -g @oclif/plugin-commands
$ oclif-example COMMAND
running command...
$ oclif-example (--version)
@oclif/plugin-commands/4.1.56 linux-x64 node-v22.22.3
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
```
# 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=... Only show provided columns (comma-separated).
-x, --extended Show extra columns.
--deprecated Show deprecated commands.
--hidden Show hidden commands.
--no-truncate Do not truncate output.
--sort= [default: id] Property to sort by.
--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/4.1.56/src/commands/commands.ts)_
# Contributing
See [contributing guide](./CONRTIBUTING.md)