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