Client configuration (CLI)
The
terality
Python package comes with a command line interface (CLI) that you can use to configure the Terality client on your machine.You can run it by typing
terality
in your shell (not in a Python interpreter).If you installed the Terality Python package in a virtual environment, you must activate this virtual environment before running the
terality
CLI.If you encounter the error:
terality: command not found
, try using the alias python -m terality
instead. For instance, replace terality account create
with python -m terality account create
. To get a list of the available commands, run:
$ terality --help
Currently, this CLI only exposes features related to account management.
$ terality account --help
$ terality account configure
$ terality account info
Last modified 1yr ago