RWX is a comprehensive CI/CD platform designed to move you beyond inefficient and simplistic workflows.
RWX 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 RWX.
With RWX, 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-cloud/tap/rwx
Install via homebrew:
brew install rwx-cloud/tap/rwx
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:
rwx login
You can verify you've authenticated successfully by running:
rwx 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-cloud/ci-examples.git
cd ci-examples
rwx run -f .rwx/sample-run.yml --title "Sample Run" --open