inventory should support an optional argument that is a ssid
dmsimard opened this issue · 2 comments
dmsimard commented
Right now cico inventory
and cico inventory --all
returns the complete inventory and cico inventory
returns the inventory tied to an API key if one is specified either through the CICO_API_KEY
environment variable or with --api-key
.
It'd be great to be able to do cico inventory <ssid>
to only return the nodes from a specific ssid.