This repository contains homebrew formulae for shared tools used locally or in CI pipelines.
- citools - continuous integration tools including linters, AWS key rotation, deployments, and more
- github-build - GitHub Actions build file generator
- soup - software of unknown provenance licenses checker
These formulae are intended for developers and DevOps engineers who need consistent CI/CD tooling across local and pipeline environments.
brew install cloud-officer/ci/<formula>brew list --versions cloud-officer/ci/<formula>This formula installs the following tools:
- brew-resources (check for gem dependencies and generate brew resources section for formulae)
- cycle-keys (rotate AWS keys)
- deploy (automate the ASG, spot fleet and Lambda deployments)
- encrypt-logs (encrypt logs in AWS CloudWatch Logs)
- generate-codeowners (generate codeowners file)
- linters (run all linters)
- ssm-jump (ssh to a host by name without VPN)
- sync-jira-release (synchronize Jira releases with GitHub pull requests)
See ci-tools for more information.
This formula installs the following tools:
- github-build (build file generator for GitHub actions)
See github-build for more information.
This formula installs the following tools:
- soup (software of unknown provenance licenses checker)
See soup for more information.
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:
- Fork the repo and create your branch from
master. - If you've added code that should be tested, add tests. Ensure the test suite passes.
- Update the documentation.
- Make sure your code lints.
- Issue that pull request!
When you submit code changes, your submissions are understood to be under the same License that covers the project. Feel free to contact the maintainers if that's a concern.