feat(dev): add make ports and make open commands (#36906)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-01-06 10:52:00 -08:00
committed by GitHub
parent f9fde87e85
commit 1949d1bb96
3 changed files with 72 additions and 13 deletions

View File

@@ -18,7 +18,7 @@
# Python version installed; we need 3.10-3.11
PYTHON=`command -v python3.11 || command -v python3.10`
.PHONY: install superset venv pre-commit up down logs ps nuke
.PHONY: install superset venv pre-commit up down logs ps nuke ports open
install: superset pre-commit
@@ -131,3 +131,9 @@ ps:
nuke:
./scripts/docker-compose-up.sh nuke
ports:
./scripts/docker-compose-up.sh ports
open:
./scripts/docker-compose-up.sh open