Use the ably push config show command to show push notification configuration for an app.
Synopsis
ably push config show [options]Options
--app
The app ID to show configuration for.
--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
Show push configuration for the current app:
ably push config showShow push configuration for a specific app:
ably push config show --app "app-id"Show push configuration in JSON format:
ably push config show --jsonSee also
- Push — Explore all
ably pushcommands. - CLI reference — Full list of available commands.