Tilt Down - Stop ImmorTerm Dev Environment
CRITICAL: NEVER run pkill -f tilt or any blanket kill! Always use the shutdown script. Multiple Tilt projects run in parallel.
Usage
./scripts/tilt_down.sh
Options
| Flag | Description |
|---|---|
--port PORT |
Override Tilt port (default: 10390) |
What the Script Does
- Reads saved PID from
.tilt.pid(safe — targets only ImmorTerm's Tilt) - Falls back to finding process on port 10390 if PID file missing
- Cleans up portless routes for
*.immortermservices - Runs
tilt downto clean up state - Shows recent errors/warnings from log
Note: The script does NOT stop the shared portless proxy (port 1355) — it's shared across all projects.
Troubleshooting
Script can't find the process
# Find by port
lsof -ti:10390
Orphaned portless routes
portless list # Check for stale *.immorterm routes
portless remove web.immorterm
portless remove api.immorterm
Converted and distributed by TomeVault — claim your Tome and manage your conversions.