lib/heirloom/cli/show.rb in heirloom-0.12.1 vs lib/heirloom/cli/show.rb in heirloom-0.12.2
- old
+ new
@@ -61,14 +61,12 @@
EOS
opt :help, "Display Help"
opt :all, "Display all attributes (includes internal heirloom settings)."
opt :id, "ID of the Heirloom to display.", :type => :string
- opt :json, "Display output as raw JSON."
opt :level, "Log level [debug|info|warn|error].", :type => :string,
:default => 'info'
- opt :metadata_region, "AWS region to store Heirloom metadata.", :type => :string,
- :default => 'us-west-1'
+ opt :metadata_region, "AWS region to store Heirloom metadata.", :type => :string
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