@xen-orchestra/proxy-cli
v0.3.2
Published
CLI for @xen-orchestra/proxy
Downloads
43
Readme
@xen-orchestra/proxy-cli
CLI for @xen-orchestra/proxy
Install
Installation of the npm package:
npm install --global @xen-orchestra/proxy-cli
Usage
$ 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
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.