iai

iai

InteractiveAI's CLI

Synopsis

InteractiveAI's CLI to interact with its platform.

Use the subcommands below to manage your organizations, projects, services, secrets, and other components.

Install

The CLI is distributed through Go's package manager, so it must first be installed. Click on thisarrow-up-right link and follow the instructions to do so.

To validate the installation run:

go version

Once Go is installed, ensure Go binaries are in your PATH:

export PATH=$PATH:$(go env GOPATH)/bin

Add this line to your shell profile (~/.bashrc, ~/.zshrc, etc.) to make it permanent.

Now install InteractiveAI's CLI with the following command:

go install github.com/Interactive-AI-Labs/interactive-cli/cmd/iai@latest

Verify the installation by running:

iai --help

Options

SEE ALSO

Last updated

Was this helpful?