tilt
tilt copied to clipboard
Define your dev environment as code. For microservice apps on Kubernetes.
## Describe the Feature You Want `Tilt logs` should have command line options for only displaying the last N lines of all the logs and/or an option to only print...
## Repro steps: 1) Checkout tilt 2) Add this Tiltfile ``` local_resource('web', serve_cmd='cd web && yarn run start') ``` ## Expected behavior: We should start up the tilt webpack server...
I'm seeing a problem where Tilt sometimes duplicates builds incorrectly. The flow looks like this: 1) Deliberately introduce a typo in a Dockerfile 2) Let tilt build it 3) Fix...
on #3203, @zacxdev writes: > I'd like to suggest a fuzzy finder that allows one to quickly focus a tilt resource by pressing a keybinding to open a floating search...
Currently, if a cluster offers BOTH a local registry and an in-cluster builder, Tilt will prefer the in-cluster builder We should change this to prefer the local registry This is...
It would be great if Tilt supported basic file operations like creating files and checking files exist in addition to reading files. While it is possible to do these things...
### Expected Behavior [these docs](https://docs.tilt.dev/api.html#types) show the fields' types ### Current Behavior the fields are described in the docs for the types' constructors ([for example](https://docs.tilt.dev/api.html#api.v1alpha1.ui_input_spec)) but not the types ###...
Sometimes I update my code while `tilt up` is running, and this triggers local resources to re-run. It would be nice to be able to configure an optional debounce period,...
## Describe the Feature You Want I'd like to have a local resources that does something on the completion of the docker build phase. In my case, it would be...
### Current Behavior Tilt currently has a way to set the maximum number of parallel updates: https://docs.tilt.dev/api.html#api.update_settings Tilt also has an API for determining why a resource is waiting: https://api.tilt.dev/interface/ui-resource-v1alpha1.html...