mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-02-04 02:03:32 +00:00
feat: add rename
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,4 +1,4 @@
|
||||
.PHONY: i dev prod build clean update lint docker-build docker-run helm-install helm-upgrade helm-uninstall helm-lint
|
||||
.PHONY: i dev prod build clean update lint docker-build docker-run helm-install helm-upgrade helm-uninstall helm-lint rename
|
||||
|
||||
i:
|
||||
uv sync --all-extras --all-packages $(filter-out i,$(MAKECMDGOALS))
|
||||
@@ -27,7 +27,6 @@ docker-build:
|
||||
docker-run:
|
||||
docker compose up -d $(filter-out docker-run,$(MAKECMDGOALS))
|
||||
|
||||
# Helm deployment commands
|
||||
helm-lint:
|
||||
helm lint helm/mcp-template-python
|
||||
|
||||
@@ -46,5 +45,8 @@ helm-upgrade-prod:
|
||||
helm-uninstall:
|
||||
helm uninstall mcp-template-python
|
||||
|
||||
rename:
|
||||
uv run python tools/rename.py $(filter-out rename,$(MAKECMDGOALS))
|
||||
|
||||
%:
|
||||
@:
|
||||
|
||||
Reference in New Issue
Block a user