MCPcopy Index your code
hub / github.com/tilt-dev/tilt

github.com/tilt-dev/tilt @v0.37.5 sqlite

repository ↗ · DeepWiki ↗ · release v0.37.5 ↗
11,077 symbols 51,333 edges 1,149 files 2,294 documented · 21%
README

Tilt

Build Status GoDoc

Kubernetes for Prod, Tilt for Dev

Modern apps are made of too many services. They're everywhere and in constant communication.

Tilt powers microservice development and makes sure they behave! Run tilt up to work in a complete dev environment configured for your team.

Tilt automates all the steps from a code change to a new process: watching files, building container images, and bringing your environment up-to-date. Think docker build && kubectl apply or docker-compose up.

Watch: Tilt in Two Minutes

screencast

Install Tilt

Installing the tilt binary is a one-step command.

macOS/Linux

curl -fsSL https://raw.githubusercontent.com/tilt-dev/tilt/master/scripts/install.sh | bash

Windows

iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/tilt-dev/tilt/master/scripts/install.ps1'))

For specific package managers (Homebrew, Scoop, Conda, asdf), see the Installation Guide.

Run Tilt

New to Tilt? Our tutorial will get you started.

Configuring a Service? We have best practice guides for HTML, NodeJS, Python, Go, Java, and C#.

Optimizing a Tiltfile? Search for the function you need in our complete API reference.

Community & Contributions

Questions: Join the Kubernetes slack and find us in the #tilt channel. Or file an issue. For code snippets of Tiltfile functionality shared by the Tilt community, check out Tilt Extensions.

Contribute: Check out our guidelines to contribute to Tilt's source code. To extend the capabilities of Tilt via new Tiltfile functionality, read more about Extensions.

Help us make Tilt even better: Tilt sends anonymized usage data, so we can improve Tilt on every platform. Details in "What does Tilt send?".

We expect everyone in our community (users, contributors, followers, and employees alike) to abide by our Code of Conduct.

Reporting security issues

The maintainers take security seriously. If you discover a security issue, please bring it to their attention right away!

Please DO NOT file a public issue, instead send your report privately to security@docker.com.

Security reports are greatly appreciated and we will publicly thank you for it. We also like to send gifts—if you're into Docker schwag, make sure to let us know. We currently do not offer a paid security bounty program, but are not ruling it out in the future.

License

Copyright 2022 Docker, Inc.

Licensed under the Apache License, Version 2.0

Extension points exported contracts — how you extend this code

ExtRepoReconciler (Interface)
Interfaces with just the reconciler methods we need. [8 implementers]
internal/tiltfile/tiltextension/types.go
Object (Interface)
An API object with the methods we need to do bulk creation. [17 implementers]
internal/controllers/apiset/apiset.go
Component (Interface)
Component renders onto a canvas [15 implementers]
internal/rty/components.go
Subscriber (Interface)
A subscriber is notified whenever the state changes. Subscribers do not need to be thread-safe. The Store will only cal [29 …
internal/store/subscriber.go
PathMatcher (Interface)
When we specify directories to watch, we often want to ignore some subset of the files under those directories. For exa [6 …
internal/watch/notify.go
LogHandler (Interface)
(no doc) [15 implementers]
pkg/logger/logger.go
PathMatcher (Interface)
(no doc) [6 implementers]
pkg/model/matcher.go
PortForwardClient (Interface)
(no doc) [6 implementers]
internal/k8s/portforward.go

Core symbols most depended-on inside this repo

Errorf
called by 974
internal/rty/error.go
String
called by 636
internal/k8s/jsonpath/node.go
Contains
called by 553
internal/k8s/uid.go
JoinPath
called by 335
internal/testutils/manifestbuilder/manifestbuilder.go
String
called by 291
internal/timecmp/assert.go
Error
called by 257
internal/docker/client.go
Build
called by 245
internal/rty/text.go
Get
called by 237
pkg/logger/logger.go

Shape

Function 4,798
Method 4,492
Struct 1,155
Interface 323
TypeAlias 163
Class 87
Enum 31
FuncType 28

Languages

Go90%
TypeScript9%
Python1%

Modules by API surface

pkg/apis/core/v1alpha1/zz_generated.deepcopy.go426 symbols
internal/tiltfile/tiltfile_test.go403 symbols
pkg/openapi/zz_generated.openapi.go247 symbols
web/src/core.d.ts191 symbols
pkg/apis/core/v1alpha1/zz_generated.model_name.go191 symbols
internal/engine/upper_test.go163 symbols
internal/tiltfile/v1alpha1/types.go149 symbols
internal/tiltfile/api/__init__.py71 symbols
internal/k8s/client.go70 symbols
internal/rty/layouts.go68 symbols
internal/store/engine_state.go64 symbols
internal/tiltfile/api/v1alpha1/__init__.py62 symbols

Dependencies from manifests, versioned

cel.dev/exprv0.25.1 · 1×
github.com/Azure/go-ansitermv0.0.0-2025010203350 · 1×
github.com/MakeNowJust/heredocv1.0.0 · 1×
github.com/Microsoft/go-winiov0.6.2 · 1×
github.com/NYTimes/gziphandlerv1.1.1 · 1×
github.com/adrg/xdgv0.4.0 · 1×
github.com/agext/levenshteinv1.2.3 · 1×
github.com/akutz/memconnv0.1.0 · 1×
github.com/alessio/shellescapev1.4.1 · 1×
github.com/antlr4-go/antlr/v4v4.13.0 · 1×
github.com/beorn7/perksv1.0.1 · 1×
github.com/blang/semverv3.5.1+incompatible · 1×

Datastores touched

(mysql)Database · 1 repos
mydbnameDatabase · 1 repos

For agents

$ claude mcp add tilt \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact