Show computed proxcli inventory
Options
| option | description | Allowed values |
|---|---|---|
| filter-name | filter inventory by a regex applyed on virtual machines names | string |
| exclude-tag | exclude tags from inventory. Comma separated list of tags | string |
| output-format | output format is one of (json, yaml) | string |
Examples
- show computed inventory
proxcli inventory show- show computed inventory with only virtual machine names starting by test
proxcli inventory show --filter-name "^test"- show computed inventory with only virtual machine names starting by test and exclude production tag
proxcli inventory show --filter-name "^test" --exclude-tag "production"