Apps current

Open in

Use the ably apps current command to display information about the currently selected Ably application.

Synopsis

ably apps current

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

Show the currently selected app:

ably apps current

Show the currently selected app in JSON format:

ably apps current --json

Show the currently selected app in formatted JSON output:

ably apps current --pretty-json

See also

  • Apps — Explore all ably apps commands.
  • CLI reference — Full list of available commands.