intuit / simple_deploy

Maintenance Mode - Simple Deploy is an opinionated CLI tool for managing AWS Cloud Formation Stacks.
MIT License
64 stars 22 forks source link

Add -a as-command-args to outputs command #151

Closed weavenet closed 11 years ago

weavenet commented 11 years ago

This would take the key value pairs and format them as -a KEY=VALUE (similar to -a on attributes subcommand) for use within another simple_deploy create command.

weavenet commented 11 years ago

See https://github.com/intuit/simple_deploy/blob/master/lib/simple_deploy/cli/attributes.rb for example.