Skip to content

Releases: ably/ably-cli

v0.17.0

09 Mar 10:32
8333bed

Choose a tag to compare

Added

  • channels inspect command to open the channel dashboard
  • Channel push notification support via extras in message data
  • Unified --start and --end flags for all history commands (ISO 8601, Unix ms, or relative e.g. "1h", "30m")

Changed

  • stats command moved to top-level (was under apps)
  • Streamlined flag architecture and unified output formatting across all commands
  • BREAKING: Auth flags (--api-key, --token, --access-token) removed — use ably login or environment variables (ABLY_API_KEY, ABLY_TOKEN, ABLY_ACCESS_TOKEN) instead

Fixed

  • Various quality-of-life improvements including better error messages, corrected help examples, and more reliable channel rule handling

Removed

  • Built-in MCP server