Add Inter-Hub migration bundle importer
This commit is contained in:
parent
a1fc57b278
commit
e4f7cfed60
12 changed files with 861 additions and 5 deletions
6
Makefile
6
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
.PHONY: install test lint run openapi
|
||||
.PHONY: install test lint run openapi migrate-validate
|
||||
|
||||
UV ?= /home/worsch/.local/bin/uv
|
||||
PYTHONPATH ?= src
|
||||
|
|
@ -17,3 +17,7 @@ run:
|
|||
|
||||
openapi:
|
||||
PYTHONPATH=$(PYTHONPATH) $(UV) run python scripts/export_openapi.py contracts/openapi/core-hub.openapi.json
|
||||
|
||||
|
||||
migrate-validate:
|
||||
PYTHONPATH=$(PYTHONPATH) $(UV) run --extra dev python scripts/core_hub_migrate.py validate contracts/fixtures/migration/interhub-minimal.bundle.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue