← All CLI releases

Rush CLI 0.2.27

Install

macOS / Linux

curl -fsSL https://cdn.getrush.ai/install.sh | bash

Windows

irm https://cdn.getrush.ai/install.ps1 | iex

Homebrew

brew install phnx-labs/tap/rush

Debian / Ubuntu

sudo apt install rush-cli

Already installed?

rush upgrade

Added

  • rush accounts list (aliases ls, status) — a new accounts noun group that shows the Rush session account plus every linked service in one view. The existing top-level verbs (connect, disconnect, login, logout, whoami) stay put for muscle memory; this adds the "what am I signed into?" view users reach for first.
  • Singular/plural command aliases so either spelling works: agentsagent, pluginplugins.

Fixed

  • Mistyped or not-yet-existing commands now fail loudly instead of silently printing help and exiting 0. With TraverseChildren, a typo like rush accunts fell through to the root and printed full help with a success exit code — indistinguishable from a real command. Root and every container group (via guardSubcommands, covering depth ≥ 2 like rush connect <typo>) now return Cobra's unknown-command error with did-you-mean suggestions and a non-zero exit.
  • rush login status (or any stray arg to login) no longer ignores the argument and silently launches the full OAuth browser flow. login, logout, and whoami are now NoArgs and error cleanly, pointing users to rush whoami / rush accounts list.

Downloads

PlatformBinarySHA-256
macOS · Apple Silicondownload
macOS · Inteldownload
Linux · x64download
Linux · arm64download
Windows · x64download
Windows · arm64download

Checksums are published for the current latest release. Verify older binaries against rush --version after install.