tilt
tilt copied to clipboard
Define your dev environment as code. For microservice apps on Kubernetes.
## Describe the Feature You Want [Andy Martin on k8s slack](https://kubernetes.slack.com/archives/CESBL84MV/p1644337735555119) says that their team has multiple resources that depend on other resources, so the enable/disable resource button in the...
## Describe the Feature You Want There could be a way to `tilt up` (with a flag or maybe an environment variable) that runs everything as it would, but without...
## Describe the Feature You Want Tilt's [Local vs Remote Services](https://docs.tilt.dev/local_vs_remote.html#hybrid) doc says hybrid local/remote development is the most common setup we see. An example project demonstrating this setup could...
Dark mode is all the rage these days and while I can get behind that at least most of the time, one area where I've been having trouble accepting it...
From the tilt channel: ``` I cannot get live_update working on Windows. Tried one Win 10 machine and one Win 11 machine. Same issue on both. The tar command never...
I have multiple services set up with multiple tilt files. For testing I sometimes run tilt files one by one, but to setup the whole cluster I want to be...
Is it correct that the LSP currently has no Tree-Sitter syntax highlighting support? If so I'd like to request the implementation of Tree-Sitter syntax highlighting I read over https://github.com/tilt-dev/tilt.specs/blob/master/ide_extensions.md and...
Repro steps: - Create a socket file with a dead listener by running: ``` nc -lkU /home/nick/test.sock ``` - Start tilt and try to connect to the socket: ``` DOCKER_HOST="unix:///home/nick/test.sock"...
Two users have reported getting this error when starting Tilt: `Error: writing tilt api configs: open /home/$USER/.tilt-dev/config.lock: file exists` We don't have a repro. The issue can be worked around...
## Describe the Feature You Want * When a resource has a dependency on multiple others, show the names of all resources being waited upon ### Current Behavior * When...