Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 652 Bytes

readme.md

File metadata and controls

39 lines (26 loc) · 652 Bytes

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.