pip install deploifai
Or, install from homebrew:
brew tap deploifai/deploifai
brew install deploifai
Ensure that you have installed correctly.
# show help message
deploifai --help
# show version
deploifai --version
First, generate a personal access token on your Deploifai dashboard settings.
Then, login to the cli tool:
deploifai auth login -u [username] -t [token]
See the documentation for more information about the CLI.