Big News!  Tilt is joining Docker

Tilt CLI Reference

tilt dump engine

dump the engine state

Synopsis

Dumps the state of the Tilt engine to stdout.

The engine state is the central store where Tilt keeps all information about the build specification, build history, and deployed resources.

The format of the dump state does not make any API or compatibility promises, and may change frequently.

Excludes logs.

tilt dump engine [flags]

Options

  -h, --help          help for engine
      --host string   Host for the Tilt HTTP server. Only necessary if you started Tilt with --host. Overrides TILT_HOST env variable. (default "localhost")
      --port int      Port for the Tilt HTTP server. Only necessary if you started Tilt with --port. 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

Auto generated by spf13/cobra on 29-Mar-2024