@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) [![CircleCI](https://circleci.com/gh/oclif/plugin-commands/tree/master.svg?style=shield)](https://circleci.com/gh/oclif/plugin-commands/tree/master) [![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/plugin-commands?branch=master&svg=true)](https://ci.appveyor.com/project/oclif/plugin-commands/branch/master) [![Codecov](https://codecov.io/gh/oclif/plugin-commands/branch/master/graph/badge.svg)](https://codecov.io/gh/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/master/package.json) * [Usage](#usage) * [Commands](#commands) # Usage ```sh-session $ npm install -g @oclif/plugin-commands $ oclif-example COMMAND running command... $ oclif-example (-v|--version|version) @oclif/plugin-commands/1.2.2 linux-x64 node-v10.12.0 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND ... ``` # Commands * [`oclif-example commands`](#oclif-example-commands) ## `oclif-example commands` list all the commands ``` USAGE $ oclif-example commands OPTIONS -h, --help show CLI help -j, --json output in json format --hidden also show hidden commands ``` _See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v1.2.2/src/commands/commands.ts)_