Help

Open in

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 help

Display help for a specific command:

ably help channels publish

Display help for a command group:

ably help channels

See also