Skip to content

Cascade CLI v0.1.138

Choose a tag to compare

@github-actions github-actions released this 23 Oct 18:20
· 60 commits to master since this release

馃殌 What's New in v0.1.138

馃摑 Changes since v0.1.137:

  • chore: Bump version from 0.1.137 to 0.1.138 (b53c90a)
  • style: fix code formatting for ca land continue (c796270)
  • feat(land): make ca land continue smart with recursive conflict handling (63bf3e9)
  • docs(readme): add missing ca sync step after ca land continue (a6f43ed)
  • docs(readme): clarify land conflict resolution workflow and build requirements (93da68b)
  • docs(readme): add missing Land/Autoland commands to Command Reference (a40e51b)
  • fix(stack): apply color coding to regular ca stack PR list (45f8355)
  • style: apply cargo fmt formatting (98db4d8)

馃摝 Installation

Quick Install (Unix)

# Linux (x64)
curl -L https://github.com/JAManfredi/cascade-cli/releases/download/v0.1.138/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.138/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