Config show

Open in

Use the ably config show command to display the contents of the Ably CLI config file.

Synopsis

ably config show

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

Display the config file contents:

ably config show

Display the config file contents in JSON format:

ably config show --json

See also

  • Config — Explore all ably config commands.
  • CLI reference — Full list of available commands.