Sha256: a14728e8329e0e90f9d972520a97138e9091ced0dd88d743fabf58c5e44a5912

Contents?: true

Size: 579 Bytes

Versions: 1

Compression:

Stored size: 579 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
```

For more information, run stackster -h.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stackster-0.1.3 README.md