Use the ably help command to display help information for Ably CLI commands. When run without arguments, it shows the main help with all available command groups. When run with a specific command, it shows detailed help for that command.
Synopsis
ably help [commands]Arguments
commands
The command to display help for, for example: ably help channels publish.
If no command is specified, the main help with all available command groups is displayed.
Examples
Display the main help:
ably helpDisplay help for a specific command:
ably help channels publishDisplay help for a command group:
ably help channelsSee also
- CLI reference — Full list of available commands.