Skip to content

deploifai/cli

Repository files navigation

Deploifai CLI

Installation

pip install deploifai

Or, install from homebrew:

brew tap deploifai/deploifai
brew install deploifai

Usage

Ensure that you have installed correctly.

# show help message
deploifai --help
# show version
deploifai --version

Authentication

First, generate a personal access token on your Deploifai dashboard settings.

Then, login to the cli tool:

deploifai auth login -u [username] -t [token]

Documentation

See the documentation for more information about the CLI.