# cc-steer stats


Print ingestion counts by source kind and triage coverage.


``` bash
cc-steer stats [OPTIONS]
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: cc-steer stats [OPTIONS]

      Print ingestion counts by source kind and triage coverage.

    Options:
      --json                   Emit the stats as JSON instead of text.
      --by [project|category]  Group the accepted steering corpus by project or
                               category.
      --db FILE                Database path. Defaults to ~/.cc-steer/feedback.db.
      --help                   Show this message and exit.


# Options


`--json`  
Emit the stats as JSON instead of text.

`--by: CHOICE`  
Group the accepted steering corpus by project or category.

`--db: FILE`  
Database path. Defaults to ~/.cc-steer/feedback.db.
