lib/heirloom/cli/destroy.rb in heirloom-0.5.0rc2 vs lib/heirloom/cli/destroy.rb in heirloom-0.5.0rc3
- old
+ new
@@ -36,19 +36,21 @@
Destroy an archive.
Usage:
-heirloom destroy -n NAME -i ID [-l LOG_LEVEL]
+heirloom destroy -n NAME -i ID
EOS
opt :help, "Display Help"
opt :id, "ID of the archive to display.", :type => :string
- opt :key, "AWS Access Key ID", :type => :string
opt :level, "Log level [debug|info|warn|error].", :type => :string,
:default => 'info'
opt :name, "Name of archive.", :type => :string
- opt :secret, "AWS Secret Access Key", :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
end
end
end
end
end