tilt
tilt copied to clipboard
Define your dev environment as code. For microservice apps on Kubernetes.
### Expected Behavior When a watched file triggers a tiltfile reload, the tiltfile shouldn't remain in pending after the file(s) is reloaded. ### Current Behavior On occasion (unclear why), when...
## Describe the Feature You Want I would like that button allows to show inputs on a modal popup ### Current Behavior When using buttons it is now possible to...
### Expected Behavior When I enable (and wait for them to come up) and then disable resources with dependencies, and enable them again, I expect Tilt to check that the...
: > **Ensure a tool is installed locally** > > Check that a command exists in `PATH` or fail the Tiltfile load. ```sh $ tilt version v0.30.5, built 2022-07-14 $...
hello team, its best tools for development. But do we have a roadmap to integrate with nomad which is hashicorp product? https://www.nomadproject.io/ We don't want complex k8s clusters we are...
`text_input` gives us unlimited options, and `bool_input` give us the choice between two options, but it would be nice to have something in between. For my use case, I want...
### Expected Behavior It feels counterintuitive the way the `only` parameter for `docker_build` behaves. I want it to only change what files Tilt considers for a rebuild, not change what...
I would like a way to say "'foo' depends on 'bar'. If 'bar' changes, reload 'foo' with the most recent and up-to-date version of bar". For example, in my team's...
## Describe the Feature You Want `.dockerignore` files, if present, should not acknowledge the use of `.` as a character when leveraging `docker_build` or similar in Tilt. ### Current Behavior...
## Describe the Feature You Want While working with a ton of different resources in a Tiltfile I stumbled upon the need to set clear resource dependencies. Surprisingly this is...