list
List commands
The list command lists all commands:
./bin/acli list
You can also display the commands for a specific namespace:
./bin/acli list test
You can also output the information in other formats by using the --format option:
./bin/acli list --format=xml
It's also possible to get raw list of commands (useful for embedding command runner):
./bin/acli list --raw
Usage
acli list [--raw] [--format FORMAT] [--short] [--] [<namespace>]
acli self:list
Arguments
- namespace- Optional- The namespace name 
Options
- --raw- Optional- To output raw command list - Defaults to - false
- --format- Required- The output format (txt, xml, json, or md) - Defaults to - "txt"
- --short- Optional- To skip describing commands' arguments - Defaults to - false
- --help | -h- Optional- Display help for the given command. When no command is given display help for the `list` command - Defaults to - false
- --quiet | -q- Optional- Do not output any message - Defaults to - false
- --verbose | -v|-vv|-vvv- Optional- Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug - Defaults to - false
- --version | -V- Optional- Display this application version - Defaults to - false
- --ansi- Optional- Force (or disable --no-ansi) ANSI output 
- --no-ansi- Optional- Negate the "--ansi" option 
- --no-interaction | -n- Optional- Do not ask any interactive question - Defaults to - false