Skip to content

tilt-dev/tilt-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to Tilt

Tilt gives you a powerful microservice dev environment that seamlessly bridges the gap between local and Kubernetes.

Think docker build && kubectl apply or docker-compose up.

What does it do?

  • Watch your files for edits

  • Applies changes automatically & builds your container images in real-time

  • Makes your builds way faster

  • Combines all of the debug information into one clean, efficient interface

  • No guessing games with kubectl ever again

The engineer who sent you to this page has already configured Tilt for your project. You can get started right now!

Installing

The quick install downloads the Tilt command-line tool.

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

[ More options in the docs ]

Getting Started

All you need to do is go to any project with a Tiltfile and tilt up:

tilt up

[ To learn more about how Tilt works check out our friendly docs. ]

Hack, Observe, Repeat

Now that you have run tilt up, you can:

Keep an eye on build and health status as you code

Build Status

Browse logs by server to understand what's happening

Browse Logs

Spot errors when something goes wrong

Spot Errors

Watch the Demo

Back to getting things done

This README is for application engineers who have been sent here after Tilt was set up in your project.

Don’t have your project configured yet?

[ Read how here ]

To add project-specific instructions for your other contributors, just fork this repo and edit this guide!

License

Licensed under the Apache License, Version 2.0

About

Tilt up and go, when your team has features to ship

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published