Version

Open in

Use the ably version command to display version information for the Ably CLI, including the CLI version, platform architecture, and Node.js version.

Synopsis

ably version

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 CLI version:

ably version

See also