Skip to content

Cloud-Officer/homebrew-ci

Repository files navigation

homebrew-ci Build

Table of Contents

Introduction

This repository contains homebrew formulae for shared tools used locally or in CI pipelines.

Features

  • 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.

Installation

Prerequisites

Install

brew install cloud-officer/ci/<formula>

Verify

brew list --versions cloud-officer/ci/<formula>

Usage

citools

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.

github build

This formula installs the following tools:

  • github-build (build file generator for GitHub actions)

See github-build for more information.

soup

This formula installs the following tools:

  • soup (software of unknown provenance licenses checker)

See soup for more information.

Contributing

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:

  1. Fork the repo and create your branch from master.
  2. If you've added code that should be tested, add tests. Ensure the test suite passes.
  3. Update the documentation.
  4. Make sure your code lints.
  5. 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors