generated from coulomb/repo-seed
Add registry feed and library inventory
This commit is contained in:
12
README.md
12
README.md
@@ -60,3 +60,15 @@ The initial service exposes repository registration, graph snapshot ingestion,
|
||||
artifact attachment, graph query endpoints, State Hub export, and early
|
||||
Backstage/xRegistry projection endpoints. It stores snapshots in SQLite and
|
||||
reuses the Fabric graph export shape.
|
||||
|
||||
Feed the running service from this checkout:
|
||||
|
||||
```bash
|
||||
railiance-fabric registry sync --repo-slug railiance-fabric .
|
||||
```
|
||||
|
||||
Ingest a CycloneDX SBOM as queryable library inventory:
|
||||
|
||||
```bash
|
||||
railiance-fabric registry ingest-cyclonedx bom.json --repo-slug railiance-fabric
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user