Add registry feed and library inventory
This commit is contained in:
parent
faff5fb728
commit
3bf22e18ba
7 changed files with 549 additions and 0 deletions
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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue