Show computed proxcli inventory

Options

optiondescriptionAllowed values
filter-namefilter inventory by a regex applyed on virtual machines namesstring
exclude-tagexclude tags from inventory. Comma separated list of tagsstring
output-formatoutput 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"