CLI for @xen-orchestra/proxy
Installation of the npm package:
npm install --global @xen-orchestra/proxy-cli
$ xo-proxy-cli --help
Usage:
xo-proxy-cli <method> [<param>=<value>]...
Call a method of the API and display its result.
xo-proxy-cli [--file | -f] <file>
Read a CSON or JSON file containing an object with `method` and `params`
properties and call the API method.
The file can also contain an array containing multiple calls, which will be
run in sequence.
Contributions are very welcomed, either on the documentation or on the code.
You may:
- report any issue you've encountered;
- fork and create a pull request.