0.0.7 • Published 7 years ago

outerstack v0.0.7

Weekly downloads
13
License
Apache-2.0
Repository
github
Last release
7 years ago

Outerstack

Outerstack's CLI tool lets you interchangably use Terraform modules or AWS CloudFormation templates to manage infrastructure through different stages of the pipeline (forge, config, deploy). It draws on the strength of these tools and greatly simplifies time-to-devops productivity by applying convention with configuration. ;)

This module aims to greatly simplify finding reusable infrastructure components as well as the time to stub out configuration files using those components. We hope you enjoy it!

Installation

$ npm install -g outerstack

Usage

Config

tbd, managed appliation config services and settings

Deploy

tbd, manages deployment, six ways from sunday.

Forge

After entering a directory for your new project:

List

$ outerstack forge list

Add

$ outerstack forge add <stack>

Config

$ outerstack forge config

Plan

$ outerstack forge plan

Apply

$ outerstack forge apply

Destroy

$ outerstack forge destroy