0.0
No commit activity in last 3 years
No release in over 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

~> 1.14
>= 12.3.3

Runtime

>= 0
 Project Readme

Stax::Prefect

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

Stax::Prefect is highly-opionated framework for managing Prefect flows

Installation

Add this line to your application's Gemfile:

gem 'stax-prefect'

And then execute:

$ bundle

Or install it yourself as:

$ gem install stax-prefect

Opinions

  • you are already using a stax project and conforming to those opinions
  • your prefect project names conform to stax assumptions - one per app/branch

Usage

In your Staxfile add:

require 'stax/prefect'

and use commands like:

bundle exec stax prefect create my-project-main
bundle exec stax prefect run my-flow-name
bundle exec stax prefect run my-flow-name --logs
bundle exec stax prefect run my-flow-name --watch

More to come!

License

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