KaaS CLI Installation

Follow these step-by-step instructions to set up KaaS components, which include the web interface and command-line interface (CLI) tool.

System Requirements

Your system will need the following: python >= 3.10, pip >= 20.0.2, poetry >= 1.3.2

Installation - CLI Tool

To install the CLI tool run:

pip install --user kaas-cli

or:

sudo pip install kaas-cli

Test installation

To make sure everything is installed run

kaas-cli hello

If the installation is successful, you should see the message Hello stranger!

Additional Information

Use kaas-cli --help to list all commands. For live feedback when using the web interface, use the Feedback button located on the right side of the screen. Contact us via our official Telegram or Discord channels for support or inquiries.

Install Latest Version

Uninstall the current version of the CLI tool:

pip uninstall kaas-cli

To install the latest version of the CLI tool run:

pip install --user kaas-cli

Last updated