Official Homebrew tap for Flamingock CLI.
brew tap flamingock/tap
brew install flamingockbrew upgrade flamingockFlamingock CLI is a command-line tool for executing Flamingock change operations outside the normal application lifecycle. It allows DevOps, Platform Engineers, and Administrators to:
- Apply changes before deployment (not during startup)
- Validate that all changes are applied
- Dry-run to preview what changes would be applied
- Audit and fix change states
flamingock execute apply --jar ./my-app.jar
flamingock execute validate --jar ./my-app.jar
flamingock execute dry-run --jar ./my-app.jar
flamingock audit list --jar ./my-app.jar
flamingock issue list --jar ./my-app.jarFlamingock CLI is available as a native binary (no JVM required) for the most common platforms, and as a platform-independent JAR for everything else.
| Platform | Architecture | Native binary |
|---|---|---|
| macOS | Apple Silicon (arm64) | ✅ |
| Linux | x86_64 | ✅ |
Note: The Homebrew formula only covers native binaries. If your platform isn't listed above, use alternatives listed in releases.