The Ably CLI brings the full power of Ably to your terminal. You can use it to manage your Ably account and its resources, and to explore Ably's APIs and features.
The Ably CLI interacts with:
- The Control API to manage your Ably account and applications.
- Pub/Sub to publish and subscribe to messages in realtime.
- Chat to send messages, display typing indicators and react to what's happening in a chat room.
- Spaces to enter spaces and register member locations.
The Ably CLI is available as an NPM package. Install it using:
npm install -g @ably/cliFor a list of all available commands, run:
ably helpVisit the official Ably documentation for CLI login, features, and usage.
Please see CONTRIBUTING.md for the development workflow, testing requirements, and release process.
For development standards and coding conventions, see AGENTS.md.