Sha256: 5fcbaee81a0d1989639965d984ba1050ad50a410877de4b1b27b1abf87ce8f03
Contents?: true
Size: 870 Bytes
Versions: 6
Compression:
Stored size: 870 Bytes
Contents
[![Build Status](https://secure.travis-ci.org/intuit/stackster.png)](http://travis-ci.org/intuit/stackster) I help deploy Stacks into Cloud Formation. I save data about them in SimpleDB. Getting Started --------------- Install the gem ``` gem install stackster ``` Create a file **~/.stackster.yml** and include within it: ``` access_key: xxx secret_key: yyy region: us-west-1 ``` Commands -------- You can issues the following commands stacks: ``` stackster list stackster create -n STACK_NAME -a ATTRIBUTES -t TEMPLATE_PATH stackster update -n STACK_NAME -a ATTRIBUTES stackster show -n STACK_NAME stackster destroy -n STACK_NAME Attributes are specified as '=' seperated key value pairs. Multiple can be specified. For example: stackster create -n test-stack -t ~/my-template.json -a arg1=val1 -a arg2=vol2 ``` For more information, run stackster -h.
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
stackster-0.4.4 | README.md |
stackster-0.4.3 | README.md |
stackster-0.4.2 | README.md |
stackster-0.4.1 | README.md |
stackster-0.4.0 | README.md |
stackster-0.3.2 | README.md |