Use the ably push devices get command to get details of a push device registration.
Synopsis
ably push devices get <device-id>Arguments
device-id Required
Required
The ID of the device to retrieve details for.
Options
--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
Get details of a device registration:
ably push devices get "device123"Get device registration details in JSON format:
ably push devices get device-123 --jsonSee also
- Push — Explore all
ably pushcommands. - CLI reference — Full list of available commands.