CLI

The library comes with a CLI tool called rctclient that offers some useful subcommands.

The tool is only installed if the click module's present. If installing from pip, the requirement can be pulled in by specifying rctclient[cli].

For certain parameters, the tool supports shell completion. Read more about this at the click documentation. For Bash, the completion can be activated using the following command: eval "$(_RCTCLIENT_COMPLETE=source_bash rctclient)"