tree

Display resources, files and packages in a tree structure.

tree displays resources, files and packages in a tree structure.

Synopsis #

kpt pkg tree [DIR]

Args #

DIR:
  Path to a directory containing KRM resource(s). Defaults to the current working directory.

Examples #

# Show resources in the current directory.
$ kpt pkg tree
Last modified October 28, 2025: Add shell to cli cmds (b9f9c412)