Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 801 Bytes

README-cli.md

File metadata and controls

43 lines (35 loc) · 801 Bytes

Olvid Bot Command Line Interface

Introduction

Welcome to the Olvid Python Client repository, part of the Olvid bots framework. If you're new here, consider starting with our Documentation.

Installation

You can install this module using pip:

pip3 install olvid-bot

Or from source:

git clone https://github.com/olvid-io/Olvid-Bot-Python-Client
cd Olvid-Bot-Python-Client
pip3 install .

To start cli in interactive mode use

olvid-cli

or

python3 -m olvid

Global behaviour

At any time use --help flag to get information on a command. For example use

identity --help

To see available commands related to daemon identities. And use

identity new --help

To see how to use identity new command