lib/ec2/host/cli.rb in ec2-host-0.0.8 vs lib/ec2/host/cli.rb in ec2-host-0.0.9
- old
+ new
@@ -28,9 +28,15 @@
:type => :array,
:desc => "role3, the 3rd part of role delimited by #{Config.role_tag_delimiter}"
option :instance_id,
:type => :array,
:desc => "instance_id"
+ option :state,
+ :type => :array,
+ :desc => "state"
+ option :monitoring,
+ :type => :array,
+ :desc => "monitoring"
Config.optional_options.each do |opt, tag|
option opt, :type => :array, :desc => opt
end
option :private_ip,
:aliases => %w[--ip],