Skip to content

oclif/plugin-commands

Folders and files

NameName
Last commit message
Last commit date
Oct 13, 2023
Jun 12, 2024
Jul 23, 2024
Jun 17, 2022
Jan 29, 2025
Jan 29, 2025
Jan 29, 2025
Oct 13, 2023
May 28, 2018
Apr 10, 2024
Mar 6, 2024
Oct 13, 2023
May 28, 2018
Oct 13, 2023
Feb 22, 2025
Mar 18, 2024
May 28, 2018
Feb 22, 2025
Jan 29, 2025
Feb 23, 2025
Oct 13, 2023
Feb 23, 2025

Repository files navigation

@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/4.1.21 linux-x64 node-v20.18.2
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

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

Contributing

See contributing guide