Skip to content

hardwario/cpctl

Repository files navigation

Cooper Control Tool

Travis Release License PyPI

This is the CLI tool to control cooper

Installing

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...

Usage

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

License

This project is licensed under the MIT License - see the LICENSE file for details.