cfn-stack-launcher

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2018 License: GPL-3.0 Imports: 13 Imported by: 0

README

cfn-stack-launcher

This is a tool to launch AWS CloudFormation Stacks.

You can manage CloudFormation parameters in YAML.

Installation

Download from here

Usage

Write a YAML

TemplateUrl: # Specify the tempalte url that is located in S3
StackName: # Specify then stack name
Parameters: # Specify parameters required from the template
  ExampleParam1: hoge
  ExampleParam2: fuga

View a change set

$ cfn-stack-launcher get-change-set sample.yml

Deploy a template

$ cfn-stack-launcher deploy sample.yml

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL