thelma
This repository contains accessory tooling for the terra-helmfile repo
Thelma is a CLI tool for interacting with Terra's Helm charts.
It includes subcommands for publishing charts to the terra-helm repo as well as rendering manifests locally.
Local Development
The Makefile has targets for facilitating local development, including:
make build # Compile thelma binary into output
make test # Run unit tests
make smoke # Run unit and smoke tests
make cover # View code coverage report for tests in browser