@oclif/plugin-commands

3.2.2 • Public • Published

@oclif/plugin-commands

plugin to show the list of all the commands

Version Downloads/week License

Usage

$ npm install -g @oclif/plugin-commands
$ oclif-example COMMAND
running command...
$ oclif-example (--version)
@oclif/plugin-commands/3.2.2 linux-x64 node-v20.11.1
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example commands

list all the commands

USAGE
  $ oclif-example commands [--json] [--deprecated] [-h] [--hidden] [--tree] [--columns <value> | -x] [--filter
    <value>] [--no-header | [--csv | --no-truncate]] [--output csv|json|yaml |  | ] [--sort <value>]

FLAGS
  -h, --help             Show CLI help.
  -x, --extended         show extra columns
      --columns=<value>  only show provided columns (comma-separated)
      --csv              output is csv format [alias: --output=csv]
      --deprecated       show deprecated commands
      --filter=<value>   filter property by partial string matching, ex: name=foo
      --hidden           show hidden commands
      --no-header        hide table header from output
      --no-truncate      do not truncate output to fit screen
      --output=<option>  output in a more machine friendly format
                         <options: csv|json|yaml>
      --sort=<value>     property to sort by (prepend '-' for descending)
      --tree             show tree of commands

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  list all the commands

See code: src/commands/commands.ts

Contributing

See contributing guide

Readme

Keywords

Package Sidebar

Install

npm i @oclif/plugin-commands

Weekly Downloads

239,120

Version

3.2.2

License

MIT

Unpacked Size

739 kB

Total Files

12

Last publish

Collaborators

  • mdonnalley
  • salesforce-releases