Use the ably config show command to display the contents of the Ably CLI config file.
Synopsis
ably config showOptions
--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
Display the config file contents:
ably config showDisplay the config file contents in JSON format:
ably config show --jsonSee also
- Config — Explore all
ably configcommands. - CLI reference — Full list of available commands.