Metadata-Version: 2.4
Name: governor-cli
Version: 0.7.21
Summary: Governor command-line tool — single-user local dbt cost optimization
Author: Simple Machines
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.14
Description-Content-Type: text/markdown
Requires-Dist: governor-core
Requires-Dist: typer>=0.12.0
Requires-Dist: rich>=13.0.0
Requires-Dist: shellingham>=1.5.0
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: uvicorn>=0.30.6

# governor-cli

The Typer command-line tool — single-user local dbt cost optimization.

Imports `governor-core`. SQLite-backed by default (`~/.governor/state.db`). No web server, no background worker.

Install: `uv tool install governor-cli`

Commands: `init`, `sync`, `detect`, `generate`, `shadow`, `pr`, `status`.
