tilt-dev / tilt

Define your dev environment as code. For microservice apps on Kubernetes.
https://tilt.dev/
Apache License 2.0
7.41k stars 289 forks source link

tiltfile: add stdin_mode='pty' to local_resource() #6382

Closed nicks closed 1 month ago

nicks commented 1 month ago

Allows users to attach a pty, for interactive commands that try to grab the "main" tty

fixes https://github.com/tilt-dev/tilt/issues/6378

Signed-off-by: Nick Santos nick.santos@docker.com