Sha256: 181711e98fc2c4b8faaf2a30d2ba161f3799930982e56a5a08dafa00930de0b3

Contents?: true

Size: 761 Bytes

Versions: 11

Compression:

Stored size: 761 Bytes

Contents

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

11 entries across 11 versions & 1 rubygems

Version Path
stackster-0.3.1 README.md
stackster-0.3.0 README.md
stackster-0.2.9 README.md
stackster-0.2.8 README.md
stackster-0.2.7 README.md
stackster-0.2.6 README.md
stackster-0.2.5 README.md
stackster-0.2.4 README.md
stackster-0.2.3 README.md
stackster-0.2.2 README.md
stackster-0.2.1 README.md