feat(README): update usage

This commit is contained in:
Julien Fontanet 2016-11-24 12:39:14 +01:00
parent 18ca950cd2
commit ab48d06967

View File

@ -30,9 +30,15 @@ Usage:
The patterns can be used to filter on command names.
xo-cli --list-objects [<property>=<value>]...
xo-cli --list-objects [--<property>]… [<property>=<value>]...
Returns a list of XO objects.
--<property>
Restricts displayed properties to those listed.
<property>=<value>
Restricted displayed objects to those matching the patterns.
xo-cli <command> [<name>=<value>]...
Executes a command on the current XO instance.
```