Tilt CLI Reference
tilt dump logstore
dump the log store
Synopsis
Dumps the state of the Tilt log store to stdout.
Every log of a Tilt-managed resource is aggregated into a central structured log store before display. Dumps the JSON representation of this store.
The format of the dump state does not make any API or compatibility promises, and may change frequently.
tilt dump logstore [flags]
Options
-h, --help help for logstore
--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