Mint is a comprehensive CI/CD platform designed to move you beyond inefficient and simplistic workflows.
Mint re-envisions every step of CI/CD so that you’re no longer running the same tasks over and over or combing through log files to find bugs. Move beyond the limitations of legacy tools and code how you want with Mint.
With Mint, you can run tasks without having to push to a git repository. The easiest way to get started is by using the CLI to initiate runs locally.
Install via homebrew:
brew install rwx-research/tap/mint
Install via homebrew:
brew install rwx-research/tap/mint
Download the latest release on GitHub for your platform and architecture.
Move the binary into a directory on your PATH
and make it executable.
You'll need to log in to use the CLI. To initiate the authentication process, run:
mint login
You can verify you've authenticated successfully by running:
mint whoami
Clone this repository and run the sample-run.yml workflow. Or if you'd prefer, check out the documentation to learn how to write your own workflows.
git clone [email protected]:rwx-research/mint-examples.git
cd mint-examples
mint run -f .mint/sample-run.yml --title "Sample Run" --open