Skip to content

Cascade CLI v0.1.142

Choose a tag to compare

@github-actions github-actions released this 16 Feb 23:24
· 42 commits to master since this release

馃殌 What's New in v0.1.142

馃摑 Changes since v0.1.141:

  • chore: Bump version from 0.1.141 to 0.1.142 (769b95e)
  • fix(checkout): prevent working directory corruption when set_head fails (e59e0ad)

馃摝 Installation

Quick Install (Unix)

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