Expected Behavior
I should be able to run tilt down regardless of my internet connection status.
Current Behavior
When I try to run tilt down while offline, the command gets stuck. It appears to be attempting the following behind the scenes before executing command hooks or proceeding with the normal teardown process:
cd "$LIBRARY_DIR/tilt-dev/tilt_modules/github.com/tilt-dev/tilt-extensions"; git pull
Steps to Reproduce
- Run
tilt up on a Tiltfile that uses extensions (while online)
- Disconnect from the internet
- Run
tilt down
Context
Tilt: v0.34.2, built 2025-04-09
System: darwin-arm64
---
Docker
- Host: unix:///var/run/docker.sock
- Server Version: 26.1.5
- API Version: 1.45
- Builder: 2
- Compose Version: v2.33.0
---
Kubernetes
- Env: rancher-desktop
- Context: rancher-desktop
- Cluster Name: rancher-desktop
- Namespace: default
- Container Runtime: docker
- Version: v1.30.11+k3s1
- Cluster Local Registry: none
About Your Use Case
I was just trying to work outside the office, offline. Ideally, tilt down should still work in this scenario without getting blocked by a failed network operation.
Expected Behavior
I should be able to run
tilt downregardless of my internet connection status.Current Behavior
When I try to run
tilt downwhile offline, the command gets stuck. It appears to be attempting the following behind the scenes before executing command hooks or proceeding with the normal teardown process:cd "$LIBRARY_DIR/tilt-dev/tilt_modules/github.com/tilt-dev/tilt-extensions"; git pullSteps to Reproduce
tilt upon a Tiltfile that uses extensions (while online)tilt downContext
About Your Use Case
I was just trying to work outside the office, offline. Ideally,
tilt downshould still work in this scenario without getting blocked by a failed network operation.