# README
Deploifai CLI
This is the CLI for the Deploifai platform.
Installation
Apt (Debian/Ubuntu)
Install using apt
:
# install curl, ca-certificates, gnupg
sudo apt install -y curl ca-certificates gnupg && gpg --list-keys
# download gpg public key
curl -fsSL https://packages.deploif.ai/apt/pubkey | sudo gpg --dearmor -o /usr/share/keyrings/deploifai.gpg
# add repo to sources.list
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/deploifai.gpg] https://packages.deploif.ai/apt stable main" | sudo tee -a /etc/apt/sources.list.d/deploifai.list
# update apt
sudo apt update
# install
sudo apt install deploifai
Or just run the following script:
curl -L https://packages.deploif.ai/apt/scripts/cli-install.sh | bash
Homebrew (macOS/Linux)
Install using homebrew:
# add tap
brew tap deploifai/deploifai
# install
brew install deploifai
Scoop (Windows)
Install using scoop:
# add bucket
scoop bucket add deploifai https://github.com/deploifai/scoop-deploifai.git
# install
scoop install deploifai
Usage
Login with a personal access token generated from the Deploifai Dashboard:
deploifai auth login
Other useful commands:
deploifai version
deploifai help
Documentation
For more information, please see the documentation.
# Packages
Copyright © 2023 Sean Chok <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
No description provided by the author