vmware-archive / vcd-cli

Command Line Interface for VMware vCloud Director
https://vmware.github.io/vcd-cli
Other
163 stars 104 forks source link

Vm list #572

Closed odraghi closed 1 year ago

odraghi commented 1 year ago

Implement 'vm list' using the 'search' command. The query filter on :

The colmun are 'containerName', 'name' and 'status' So it will be easy copy paste the result in command 'vm info'.

$ vcd vm list containerName name status


web1-a7c9b637-523a-4869-817b-0903423f3f99 web1 POWERED_ON

$ vcd vm info web1-a7c9b637-523a-4869-817b-0903423f3f99 web1 property value


computer-name web1 cores-per-socket 1 cpu 1 deployed true ...

vmwclabot commented 1 year ago

@odraghi, VMware has approved your signed contributor license agreement.