Skip to content

Commit

Permalink
Update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed Mar 31, 2015
1 parent ed2024e commit ea075f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/stacker
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/usr/bin/env python
""" Launches AWS Cloudformation stacks from config.
""" Launches or updates cloudformation stacks based on the given config.
The script is smart enough to figure out if anything (the template, or
parameters) has changed for a given stack. If not, it will skip that stack.
Can also pull parameters from other stack's outputs.
"""

import argparse
Expand Down

0 comments on commit ea075f2

Please sign in to comment.