github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/site/reference/cli/pkg/tree/README.md (about)

     1  ---
     2  title: "`tree`"
     3  linkTitle: "tree"
     4  weight: 4
     5  type: docs
     6  description: >
     7    Display resources, files and packages in a tree structure.
     8  ---
     9  
    10  <!--mdtogo:Short
    11      Display resources, files and packages in a tree structure.
    12  -->
    13  
    14  `tree` displays resources, files and packages in a tree structure.
    15  
    16  ### Synopsis
    17  
    18  <!--mdtogo:Long-->
    19  
    20  ```
    21  kpt pkg tree [DIR]
    22  ```
    23  
    24  <!--mdtogo-->
    25  
    26  #### Args
    27  
    28  ```
    29  DIR:
    30    Path to a directory containing KRM resource(s). Defaults to the current working directory.
    31  ```
    32  
    33  ### Examples
    34  
    35  <!--mdtogo:Examples-->
    36  
    37  ```shell
    38  # Show resources in the current directory.
    39  $ kpt pkg tree
    40  ```
    41  
    42  <!--mdtogo-->