xo-cli data limit ??
- 
i am working on xo-cli and i want to fatch only limited data from logs and Vms . So how i can do using xo-cli and also how i apply search through xo-cli
 - 
Can you explain what you are trying to do? What data are you looking for?
 - 
I'm just guessing here, but maybe something like this?
xo-cli --list-objects type=VM power_state=Halted | jq -r ".[].name_label"