Tilt CLI Reference
tilt dump webview
dump the state backing the webview
Synopsis
Dumps the state backing the webview to stdout.
The webview is the JSON used to render the React UX.
The format of the dump state does not make any API or compatibility promises, and may change frequently.
tilt dump webview [flags]
Options
-h, --help help for webview
--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
- tilt dump - Dump internal Tilt state