Tilt CLI Reference
tilt alpha updog
Demo app that runs the Tilt apiserver, applies the config, and streams logs until ctrl-c
Synopsis
Demo app that runs the Tilt apiserver, applies the config, and streams logs until ctrl-c.
Starts a “blank slate” version of Tilt that only uses the new Tilt API.
Doesn’t execute the Tiltfile.
For use in demos where we want to bring up the Tilt apiserver with a set of configs. Here’s a youtube video showing it in action:
https://www.youtube.com/watch?v=dQw4w9WgXcQ
See https://github.com/tilt-dev/tilt/tree/master/internal/cli/updog-examples for example configs.
tilt alpha updog [flags]
Examples
tilt alpha updog -f config.yaml
Options
-f, --filename strings
-h, --help help for updog
--host string Host for the Tilt HTTP server and default host for any port-forwards. Set to 0.0.0.0 to listen on all interfaces. Overrides TILT_HOST env variable. (default "localhost")
--port int Port for the Tilt HTTP server. Set to 0 to disable. Overrides TILT_PORT env variable. (default 10350)
Options inherited from parent commands
-d, --debug Enable debug logging
--klog int Enable Kubernetes API logging. Uses klog v-levels (0-4 are debug logs, 5-9 are tracing logs)
-v, --verbose Enable verbose logging
SEE ALSO
- tilt alpha - unstable/advanced commands still in alpha