generated from coulomb/repo-seed
Implement WP-0011 hub service, CLI, and deployment artifacts
Some checks failed
ci / validate-registry (push) Has been cancelled
Some checks failed
ci / validate-registry (push) Has been cancelled
Add FederationHubAPI spec, hub registration schema, FastAPI hub with SQLite persistence, reuse-surface hub CLI client, Dockerfile, and hub tests. Activate workplan; T05 deploy and T06 ops docs remain open pending railiance01 cutover.
This commit is contained in:
@@ -87,6 +87,21 @@ reuse-surface graph --stdout
|
||||
|
||||
Writes `docs/graph/capability-graph.mmd` and `docs/graph/index.html`.
|
||||
|
||||
### hub
|
||||
|
||||
Client for the federation hub service (REUSE-WP-0011).
|
||||
|
||||
```bash
|
||||
export REUSE_SURFACE_HUB_URL=https://reuse-hub.whywhynot.de
|
||||
export REUSE_SURFACE_HUB_TOKEN=<write-token>
|
||||
reuse-surface hub status
|
||||
reuse-surface hub list
|
||||
reuse-surface hub register --repo state-hub --url https://.../capabilities.yaml
|
||||
reuse-surface hub update --repo state-hub --enabled true
|
||||
```
|
||||
|
||||
Run the hub service locally: `reuse-surface-hub` (requires `REUSE_SURFACE_HUB_TOKEN`).
|
||||
|
||||
## Export format
|
||||
|
||||
The export bundle includes:
|
||||
|
||||
Reference in New Issue
Block a user