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.

Usage

To get a list of the available commands, run:

$ terality --help

Currently, this CLI only exposes features related to account management.

Examples

Account management: get a list of available commands

$ terality account --help

Configure your laptop with your Terality credentials

$ terality account configure

Display the current Terality account configuration

$ terality account info

Last updated

Was this helpful?