Metadata-Version: 2.4
Name: gitfred
Version: 0.1.0
Summary: GitFred CLI — deploy GitHub repositories as live web apps from your terminal.
License: MIT
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27
Requires-Dist: rich>=13.0
Requires-Dist: typer>=0.15
Description-Content-Type: text/markdown

# gitfred

The GitFred CLI: deploy GitHub repositories as live web apps at `https://<slug>.gitfred.com` from your terminal — or from an AI coding agent.

```bash
uv tool install gitfred        # or: pipx install gitfred
gitfred login                  # browser-approval sign-in
gitfred app create --repo you/your-repo --publish
gitfred deploy 42 --follow
```

Every command supports `--json` for machine-readable output and uses meaningful exit codes (`0` ok, `2` usage, `3` auth, `4` not found, `5` quota, `6` deploy failed, `7` timeout), so agents can drive it non-interactively with `GITFRED_TOKEN`.

Docs: https://app.gitfred.com/docs/cli
