> ## Documentation Index
> Fetch the complete documentation index at: https://docs.celo.org/llms.txt
> Use this file to discover all available pages before exploring further.

# celocli commands

# `celocli commands`

List all celocli commands.

* [`celocli commands`](#celocli-commands)

## `celocli commands`

List all celocli commands.

```sh theme={null}
USAGE
  $ celocli 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 celocli commands.
```

*See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/v4.1.21/src/commands/commands.ts)*
