Tilt CLI Reference
tilt snapshot create
Creates a snapshot file from a currently running Tilt instance
Synopsis
Creates a snapshot file that can be viewed with tilt snapshot view
tilt snapshot create [file to save] [flags]
Examples
tilt snapshot create snapshot.json
# or if no file is specified, it goes to stdout
tilt snapshot create > snapshot.json
# to view the snapshot
tilt snapshot view snapshot.json
Options
-h, --help help for create
--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