Use the ably queues list command to list all queues for an application.
Synopsis
ably queues list [options]Options
--app
The app ID to list queues for. If not specified, the currently selected app is used.
--limit
The maximum number of queues to return. The default value is 100.
--json
Output results as compact JSON. Mutually exclusive with --pretty-json.
--pretty-json
Output results in formatted JSON. Mutually exclusive with --json.
--verbose | -v
Enable verbose logging. Can be combined with --json or --pretty-json.
Examples
List all queues:
ably queues listList all queues in JSON format:
ably queues list --jsonList queues for a specific app in formatted JSON output:
ably queues list --app "My App" --pretty-jsonSee also
- Queues — Explore all
ably queuescommands. - CLI reference — Full list of available commands.