Skip to main content

Deploifai CLI

Project description

Deploifai CLI

Installation

pip install deploifai

Usage

# ensure the cli is accessible
which deploifai
# show help message
deploifai --help
# show version
deploifai --version

Contribute

Setup Development Environment

Create python virtual environment:

python -m venv .venv
source .venv/bin/activate

Install dev dependencies:

pip install -U pip
pip install -r requirements.txt

Copy sample.env to .env:

DEPLOIFAI_CLI_ENVIRONMENT=development
DEPLOIFAI_BACKEND_URL=http://localhost:4000

Run the deploifai cli script directly for testing:

python dev.py

Or, install deploifai cli tool in virtual environment for testing:

pip install --editable . 

Read the documentation of the deploifai cli tool in html:
This documentation only functions on Python>=3.7.
Installation of mkdocs==1.3.1 and mkdocs-click==0.8.0 required

mkdocs serve

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deploifai-0.3.2.tar.gz (28.8 kB view hashes)

Uploaded Source

Built Distribution

deploifai-0.3.2-py3-none-any.whl (48.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page