This is the official Tilt Extensions Repository. Read more in docs.
All extensions have been vetted and approved by the Tilt team.
api_server_logs
: Print API server logs. Example from Contribute an Extension.conftest
: Use Conftest to test your configuration files.coreos_prometheus
: Deploys Prometheus to a monitoring namespace, managed by the CoreOS Prometheus Operator and CRDsdocker_build_sub
: Specify extra Dockerfile directives in your Tiltfile beyonddocker_build
.file_sync_only
: No-build, no-push, file sync-only development. Useful when you want to live-reload a single config file into an existing public image, like nginx.git_resource
: Deploy a dockerfile from a remote repository -- or specify the path to a local checkout for local development.hello_world
: Print "Hello world!". Used in Extensions.helm_remote
: Install a remote Helm chart (in a way that gets properly uninstalled when runningtilt down
)jest_test_runner
: Jest JavaScript test runner. Example from Contribute an Extension.local_output
: Run alocal
command and get the output as stringmin_tilt_version
: Require a minimum Tilt version to run this Tiltfile.min_k8s_version
: Require a minimum Kubernetes version to run this Tiltfile.namespace
: Functions for interacting with namespaces.pack
: Build container images using pack and buildpacks.print_tiltfile_dir
: Print all files in the Tiltfile directory. If recursive is set to True, also prints files in all recursive subdirectories.procfile
: Create Tilt resources from a foreman Procfile.restart_process
: Wrap adocker_build
to restart the given entrypoint after a Live Update (replacesrestart_container()
)secret
: Functions for creating secrets.
We want everyone to feel at home in this repo and its environs; please see our Code of Conduct for some rules that govern everyone's participation.