Skip to content

Flamingock CLI v1.1.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Feb 14:42
· 1 commit to develop since this release

Miscellaneous

  • Fix mac executable

Installation

Download the appropriate binary for your platform from the assets below, then follow the instructions for your OS.

macOS (Apple Silicon)

# Make executable
chmod +x flamingock-*-macos-arm64

# Remove macOS quarantine (required for unsigned binaries)
xattr -d com.apple.quarantine flamingock-*-macos-arm64

# Move to PATH
sudo mv flamingock-*-macos-arm64 /usr/local/bin/flamingock

Linux

chmod +x flamingock-*-linux-x86_64
sudo mv flamingock-*-linux-x86_64 /usr/local/bin/flamingock

Windows

No additional steps required. Rename to flamingock.exe and add to your PATH.

Platform-independent JAR

Requires JVM 21+:

java -jar flamingock-cli-*.jar --help