Skip to content

Cascade CLI v0.1.140

Choose a tag to compare

@github-actions github-actions released this 05 Nov 22:54
· 53 commits to master since this release

馃殌 What's New in v0.1.140

馃摑 Changes since v0.1.139:

  • chore: Bump version from 0.1.139 to 0.1.140 (d58491f)
  • refactor(sync): remove force push warning - it's normal stacked diff workflow (bdb4210)
  • style(sync): use Output formatting instead of info! macro for backup message (090af7f)
  • fix(sync): restore original branch on early failures and auto-clean stale locks (6007264)

馃摝 Installation

Quick Install (Unix)

# Linux (x64)
curl -L https://github.com/JAManfredi/cascade-cli/releases/download/v0.1.140/ca-linux-x64.tar.gz | tar -xz
sudo mv ca /usr/local/bin/

# macOS (x64)
curl -L https://github.com/JAManfredi/cascade-cli/releases/download/v0.1.140/ca-macos-x64.tar.gz | tar -xz
sudo mv ca /usr/local/bin/

Platform-Specific Downloads

  • Linux x64: ca-linux-x64.tar.gz
  • Linux ARM64: ca-linux-arm64.tar.gz
  • macOS x64: ca-macos-x64.tar.gz
  • macOS ARM64: ca-macos-arm64.tar.gz
  • Windows x64: ca-windows-x64.exe.zip
  • Windows ARM64: ca-windows-arm64.exe.zip

馃摉 Documentation