tga
Usage
Every tga subcommand. Run tga <command> --help for the full flag
reference on any one of them.
Global options
Every subcommand accepts -c/--config (path to config.yaml, default ./config.yaml), -d/--database (path to the SQLite database, otherwise resolved from config), -v / -vv / -vvv for increasing verbosity, and --log <LEVEL> to set an exact log level.
Pipeline
| Command | What it does |
|---|---|
tga analyze | Run the full pipeline: collect → classify → report. |
tga collect | Collect commits from git repositories into the database (Stage 1). |
tga classify | Classify collected commits using the four-tier cascade (Stage 2). |
tga report | Generate productivity reports from classified commits (Stage 3). |
Reporting
| Command | What it does |
|---|---|
tga author | Per-engineer drill-down report for a single canonical identity. |
tga pr-metrics | Aggregate pull-request metrics per engineer. |
tga profile | Longitudinal per-contributor quality profile. |
tga dora | Compute and display DORA metrics (lead time, deployment frequency, MTTR, CFR). |
tga deployments | DORA deployment-event ingestion and management. |
tga incidents | DORA incident ingestion and management. |
tga audit | One-shot acquisition-diligence sweep over an org or configured repo set. See the trusty-audit page. |
External sync
| Command | What it does |
|---|---|
tga jira | JIRA status-transition and comment ingestion. |
tga linear | Linear bulk team issue-set sync and freshness. |
Setup
| Command | What it does |
|---|---|
tga install | Interactive configuration wizard for first-time setup. |
tga aliases | List, merge, or manage developer identity aliases. |
tga backfill | Retroactive maintenance: re-run ticket-id extraction, effort scoring, or reachability. |
tga override | Manage manual classification overrides (Tier 0 of the cascade). |
tga rules | Introspect or validate the active classification rule set. |
tga inspect | Show the live database schema, or attest what it holds. |
tga config | Manage inference provider configuration (API keys). |
Other
| Command | What it does |
|---|---|
tga tui | Interactive terminal UI: repo picker, live progress, correlation results. |