Add registry feed and library inventory
This commit is contained in:
parent
faff5fb728
commit
3bf22e18ba
7 changed files with 549 additions and 0 deletions
|
|
@ -212,9 +212,21 @@ GET /graph/dependency-path?service_id=flex-auth.api
|
|||
POST /artifacts
|
||||
GET /artifacts
|
||||
GET /artifacts/{artifact_id}
|
||||
GET /libraries
|
||||
GET /libraries/{library_id}
|
||||
GET /repositories/{repo_slug}/libraries
|
||||
POST /repositories/{repo_slug}/libraries/cyclonedx
|
||||
GET /exports/state-hub
|
||||
GET /exports/backstage
|
||||
GET /exports/xregistry
|
||||
GET /exports/libraries/xregistry
|
||||
```
|
||||
|
||||
The local CLI can feed a running registry:
|
||||
|
||||
```bash
|
||||
railiance-fabric registry sync --repo-slug railiance-fabric .
|
||||
railiance-fabric registry ingest-cyclonedx bom.json --repo-slug railiance-fabric
|
||||
```
|
||||
|
||||
## Open Design Questions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue