Use the ably integrations list command to list all integration rules for an application.
Synopsis
ably integrations list [options]Options
--app
The app ID to list integration rules for. If not specified, the currently selected app is used.
--limit
The maximum number of integration rules 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 integration rules:
ably integrations listList integration rules for a specific app:
ably integrations list --app aBcDe1List integration rules for a specific app in formatted JSON:
ably integrations list --app "My App" --pretty-jsonSee also
- Integrations — Explore all
ably integrationscommands. - CLI reference — Full list of available commands.