Skip to main content

A local CLI tool to detect environment details and generate Dockerfiles for EzDeploy.

Project description

EzDeploy CLI

A lightweight, zero-dependency local environment auto-detector for the EzDeploy platform.

The EzDeploy CLI tool is designed to be installed locally in your development environment (like your VS Code terminal). It intelligenty analyzes your current local environment, matching your OS, Python version, CUDA drivers, and exact code imports to generate perfectly locked base files for cloud deployment.

Installation

Install directly via pip inside your active virtual environment or terminal:

pip install ezdeploy-cli

(Note: The package is incredibly lightweight and utilizes only native Python standard libraries so it won't bloat your environment).

Usage

Navigate to the root directory of your Python project in your terminal:

cd /path/to/my/project

1. Detect Locally

To scan your environment and generate requirements.txt and Dockerfile locally so you can review them:

EzDeployCLI detect
  • Scans nvcc, nvidia-smi and local torch logic to find your exact CUDA drivers.
  • Resolves your exact minor Python version (e.g., 3.10.11).
  • Uses AST parsing to trace the exact libraries imported in your codebase and locks them using your local pip registry.

2. Detect & Auto-Push

If your project is already set up with Git and connected to a remote repository, you can generate the files, commit them, and push them to your repository in a single command:

EzDeployCLI detect --push

(You can also use the alias EzDeployCLI detect&&push)

Connect to EzDeploy Cloud

Once your Dockerfile and requirements.txt are pushed to your GitHub repository:

  1. Open the EzDeploy Console.
  2. Select your repository.
  3. In the Deployment Wizard, choose "Enhance Existing Dockerfile".
  4. The EzDeploy AI pipeline (powered by GPT-5) will automatically ingest the highly-accurate base file generated by the CLI, injecting robust cloud production patterns (Non-root user policies, Gunicorn setups, multi-stage cleanup) specifically aligned to your hardware snapshot!

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

ezdeploy_cli-0.1.1.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ezdeploy_cli-0.1.1-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file ezdeploy_cli-0.1.1.tar.gz.

File metadata

  • Download URL: ezdeploy_cli-0.1.1.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for ezdeploy_cli-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a76d815ee7b0f85d5e375a0eab4c786cfd60f78df30870aeebaaacc6dabb8c67
MD5 8f1907dedbc2258af5cc6ef36ba1cc59
BLAKE2b-256 4818adbf59aa48c66b9a66d77ee751a0ff93ae08e9d8d32e34cbadfda97bdbea

See more details on using hashes here.

File details

Details for the file ezdeploy_cli-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: ezdeploy_cli-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for ezdeploy_cli-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 adeabb8113b354e5389a5a446e2244d353452cdaa5db1be3bdf181e31b753081
MD5 aaad6aaba85a3c4da0ec46811ab7b6f3
BLAKE2b-256 2f31578f9431ff41f71fcc54094f1143af04e033d289114b65a825477db2c4a0

See more details on using hashes here.

Supported by

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