Skip to content

Cascade CLI v0.1.87

Choose a tag to compare

@github-actions github-actions released this 08 Oct 14:10
· 204 commits to master since this release

馃殌 What's New in v0.1.87

馃摑 Changes since v0.1.86:

  • chore: Bump version from 0.1.86 to 0.1.87 (23bc4f3)
  • fix(output): use Output::error for conflict messages with proper icon (ff616f0)
  • fix(output): remove redundant cherry-pick error message (43d208f)

馃摝 Installation

Quick Install (Unix)

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