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.2.tar.gz (8.6 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.2-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ezdeploy_cli-0.1.2.tar.gz
  • Upload date:
  • Size: 8.6 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.2.tar.gz
Algorithm Hash digest
SHA256 dceaad69b5d18185f0bdbe8bd2c0abac07a1edad9fb01e7d2f9dc20552268274
MD5 13aab320fe65ec31e9de35a829bdb965
BLAKE2b-256 c8b66bf9aabcc1dde954ca0b77c8934368cf5c79482e57ca172a36d4e4adaa00

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ezdeploy_cli-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 9.0 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a1a1846d3aa4bea03af948ec9bc0c35687876f5be86cd4c01cf9377d7c63fff9
MD5 bc45aa9ec56a035d547d58e08abef9ac
BLAKE2b-256 1643b557c4e7764f7930ad54f3cc0c998d33ea0487b1816160c899c7544e1d79

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