Skip to content

Releases: flamingock/flamingock-cli

Flamingock CLI v1.1.0-beta.2

11 Feb 14:42

Choose a tag to compare

Pre-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

Flamingock CLI v1.1.0-beta.1

11 Feb 14:15

Choose a tag to compare

Pre-release

Features

  • Native image build- Passing through arguments to application (#1)

Documentation

  • Update readme.md and claude.md

Testing

  • Add flamingock app jars for testing- Add standalone and springboot integration test- Update standalone jar test for 1.1.0(#3)

Miscellaneous

  • Build orchestration- Logo- Readme minor- Add condition for PRs to master- Update pr action for merge to develop- Quality gate update for workflow_dispatch too- Release action- Version set as input manually- Release notes- Update core version to 1.1.0-rc.1- Remove macOS-x86 distribution- Fix release:integration_step