This is the CLI tool to control cooper
You can install cpctl directly from PyPI:
sudo pip3 install -U cpctl
Note: You may need to use
sudo
before the command - it depends on the operating system used...
This tool has built-in help system. Just run:
>> cpctl --help
Usage: cpctl [OPTIONS] COMMAND [ARGS]...
Cooper Control Tool.
Options:
-d, --device DEVICE Device path.
--zmq HOST:PORT ZMQ
--version Show the version and exit.
--help Show this message and exit.
Commands:
config Config
devices Print available devices.
info Info
node Manage the nodes
reset Reset
status Print status
This project is licensed under the MIT License - see the LICENSE file for details.