Skip to main content

Check your version

cadenza --version
# cadenza 1.0.0
Running --version also performs a quiet, non-blocking check against GitHub Releases. If a newer version exists, it prints the one-line update command. The check never slows you down and silently does nothing if you’re offline.

Update

Re-run the install script. It always fetches the latest release:
curl -fsSL https://raw.githubusercontent.com/aparekh02/cadenza-cli/main/install.sh | bash
The new binary overwrites the old one in place. Your session (~/.cadenza/config.json) and projects are untouched.