This is the Cxense command line interface to all Cxense APIs, cx.py
.
See Installing the cx.py Tool for documentation, or run
cx.py --help
.
The Cxense CLI requires Python (2 or 3).
Download cx.py, and save it to a directory in your path.
Bug reports and pull requests are appreciated. For an introduction, please see Collaborating with issues and pull requests.
The master version of the CLI tools is maintained in the config
repo, under the cli
directory.
To make a new release to GitHub, first merge your changes to the config
repo, then run
publish-to-github.sh
.