Use the ably apps current command to display information about the currently selected Ably application.
Synopsis
ably apps currentOptions
--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 the currently selected app:
ably apps currentShow the currently selected app in JSON format:
ably apps current --jsonShow the currently selected app in formatted JSON output:
ably apps current --pretty-jsonSee also
- Apps — Explore all
ably appscommands. - CLI reference — Full list of available commands.