lib/heirloom/cli/show.rb in heirloom-0.11.0.beta.2 vs lib/heirloom/cli/show.rb in heirloom-0.11.0

- old
+ new

@@ -67,9 +67,10 @@ opt :name, "Name of Heirloom.", :type => :string 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 :use_iam_profile, "Use IAM EC2 Profile", :short => :none opt :environment, "Environment (defined in ~/.heirloom.yml)", :type => :string end end end