generated from coulomb/repo-seed
Add Inter-Hub migration bundle importer
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user