move cli
This commit is contained in:
@@ -8,9 +8,12 @@ start-api: build
|
||||
sam local start-api
|
||||
|
||||
openapi:
|
||||
uv run openapi.py && \
|
||||
uv run -m cli.openapi && \
|
||||
uv run python -m http.server 80 -d swagger
|
||||
|
||||
seeds:
|
||||
uv run -m cli.seeds
|
||||
|
||||
pytest:
|
||||
uv run pytest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user