Metadata-Version: 2.4
Name: comfygit-deploy
Version: 0.3.8.dev1
Summary: ComfyGit Deploy - Remote deployment and worker management CLI
Requires-Python: >=3.10
Requires-Dist: aiohttp>=3.9.0
Requires-Dist: comfygit==0.3.8.dev1
Requires-Dist: zeroconf>=0.131.0
Description-Content-Type: text/markdown

# ComfyGit Deploy

Remote deployment and worker management CLI for ComfyGit.

## Installation

```bash
pip install comfygit-deploy
# or
uv tool install comfygit-deploy
```

## Usage

```bash
# Configure RunPod
cg-deploy runpod config --api-key <your-key>

# Deploy to RunPod
cg-deploy runpod deploy <git-url> --gpu "RTX 4090"

# Manage instances
cg-deploy instances
cg-deploy stop <instance-id>
cg-deploy terminate <instance-id>
```

See the [documentation](../../docs/comfygit-docs/) for full usage information.
