lib/cloudstack-cli/commands/system_vm.rb in cloudstack-cli-0.13.1 vs lib/cloudstack-cli/commands/system_vm.rb in cloudstack-cli-0.14.0

- old
+ new

@@ -1,8 +1,9 @@ class SystemVm < CloudstackCli::Base - desc 'list', 'list system vms' - option :zone + desc 'list', 'list system VMs' + option :zone, desc: "the name of the availability zone" + option :state, desc: "state of the system VM" def list vms = client.list_system_vms(options) if vms.size < 1 say "No system vms found." else