tilt icon indicating copy to clipboard operation
tilt copied to clipboard

Define your dev environment as code. For microservice apps on Kubernetes.

Results 292 tilt issues
Sort by recently updated
recently updated
newest added

## Describe the Feature You Want something like `config.set_disabled_resources(['foo', bar']) ### Current Behavior One can: 1. `config.set_enabled_resources(['every', 'other', 'resource', 'but', 'foo', 'and', 'bar'])`, but that's going to have problems staying...

enhancement

## Describe the Feature You Want Your tiltfile should be able to specify which kubernetes context to switch to. e.g., ``` k8s_context('minikube') ``` If you edit the k8s_context call in...

enhancement

## Describe the Feature You Want We run a bunch of services with docker-compose, but we want them to be available at specific domains for local dev environments so our...

enhancement

## Describe the Feature You Want Rancher Desktop has switched from kim to nerdctl in October 2021 - https://github.com/rancher-sandbox/rancher-desktop/pull/709. This feature request is to add support for nerdctl builds. ###...

enhancement

### Desired Behavior I can create individual UI resources from a group of kubernetes objects installed via `helm_resource`. ### Current Behavior All the resources are grouped under a single UI...

enhancement

## Describe the Feature You Want `tilt up` run as a background process `tilt stop` would stop the process. Same as ctrl+c during a tilt up process. Maybe this already...

enhancement

Currently, live_update watches files and syncs only what's changed. Pras Velagapudi writes: > I'd like to > - manually trigger my cmake build (currently in a separate local_resource) > -...

enhancement

## Describe the Feature You Want The resource hold message in the UI should communicate resource dependencies that are relevant to the user. ### Current Behavior Related to #5496. A...

enhancement

When I am developing APIs that are used internally (e.g. REST or gRPC), I need to create port-forwards to things that do not display a webpage, but are used by...

enhancement

## Describe the Feature You Want I would love to see a command like: ```sh > tilt list backend frontend storybook database db-ui frontend-test # or > tilt list-resources backend...

enhancement