lib/heirloom/cli/show.rb in heirloom-0.10.1 vs lib/heirloom/cli/show.rb in heirloom-0.11.0.beta.1
- 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 :environment, "Environment (defined in ~/.heirloom.yml)", :type => :string
end
end
end
end