This repository is a template for building Go CLI tools for Rubrion.
To run the CLI locally: ``` go run ./cmd/rubrion-cli/main.go ```
You can build the CLI using: ``` make build ```
This template includes GitHub Actions workflows for QA checks and production releases. Refer to the files under `.github/workflows/` for details.