This repository has been archived on 2026-03-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
c10y-complement-results/README.md
2026-03-05 09:54:55 -05:00

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.