Tilt CLI Reference
tilt alpha tree-view
Display resources in a tree structure based on dependencies
Synopsis
Display resources in a tree structure showing their dependency relationships.
By default, shows all resources organized by their resource_deps relationships as defined in the Tiltfile. Resources with no dependencies appear as root nodes, with resources that depend on them shown as children.
Use –blockers to show only resources that are currently pending/blocked, filtered to show the root blockers and their dependents.
tilt alpha tree-view [flags]
Examples
# Show full resource dependency tree
tilt alpha tree-view
# Show only blocked resources and their blockers
tilt alpha tree-view --blockers
Options
--blockers Show only blocked resources and their root blockers
--dedupe Deduplicate resources with multiple parents (show subtrees only once, with [also depends on: ...] annotations)
-h, --help help for tree-view
--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 alpha - unstable/advanced commands still in alpha