Use the ably apps list command to list all applications in the current account.
Synopsis
ably apps list [options]Options
--limit
The maximum number of results to return. Defaults to 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 apps in the current account:
ably apps listList apps in JSON format:
ably apps list --jsonList all apps in formatted JSON output:
ably apps list --pretty-jsonSee also
- Apps — Explore all
ably appscommands. - CLI reference — Full list of available commands.