Project

stax-helm

0.0
Low commit activity in last 3 years
Stax is a flexible set of ruby classes for wrangling your cloudformation stacks.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 12.3.3

Runtime

>= 0
>= 0
 Project Readme

Stax::Helm

Stax is a highly-opionated framework for managing Cloudformation stacks.

Stax::Helm is highly-opionated framework for managing helm releases alongside their supporting Cloudformation stacks

Installation

Add this line to your application's Gemfile:

gem 'stax-helm

And then execute:

$ bundle

Or install it yourself as:

$ gem install stax-helm

Opinions

Usage

In your Staxfile add:

require 'stax/helm'

and use commands like:

stax helm create
stax helm update
stax helm delete

See inline help for other tasks.

License

The gem is available as open source under the terms of the MIT License.