14 lines
463 B
Markdown
14 lines
463 B
Markdown
# c10y-complement-results
|
|
|
|
Mini-tooling for managing the ledger/audit log of Complement test results and local development fixes.
|
|
|
|
## Contents
|
|
|
|
- `ledger.db`: SQLite database containing the action logs.
|
|
- `Makefile`: Commands for importing/exporting CSV data.
|
|
|
|
## Usage
|
|
|
|
- `make export`: Export the ledger to `ledger.csv`.
|
|
- `make import`: Import data from `ledger_import.csv` into the `ledger` table.
|
|
- `make query`: Open the SQLite shell for manual inspection.
|