lib/heirloom/cli/teardown.rb in heirloom-0.10.1 vs lib/heirloom/cli/teardown.rb in heirloom-0.11.0.beta.1

- old
+ new

@@ -70,9 +70,10 @@ opt :keep_buckets, "Do not delete S3 buckets." opt :aws_access_key, "AWS Access Key ID", :type => :string, :short => :none opt :aws_secret_key, "AWS Secret Access Key", :type => :string, :short => :none + opt :environment, "Environment (defined in ~/.heirloom.yml)", :type => :string end end end end