You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
npx @ably/cli <command> now runs without a redundant ably token, so npx @ably/cli init works as expected. The package previously shipped two binaries, which stopped npx from auto-selecting one. It now ships a single ably binary. The older forms (npx -p @ably/cli ably <command>, npx @ably/cli ably <command>, and npm install -g @ably/cli) all still work.
Changed
The standalone ably-interactive binary is no longer installed as a separate global command. Interactive mode now handles Ctrl+C in-process. This is an internal change for most users; the terminal server consumes it through a companion update.