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

     1  ---
     2  title: "`get`"
     3  linkTitle: "get"
     4  type: docs
     5  description: >
     6    Get sync resources from the cluster.
     7  ---
     8  
     9  <!--mdtogo:Short
    10      Get sync resources from the cluster.
    11  -->
    12  
    13  `get` lists sync resources in the cluster.
    14  
    15  ### Synopsis
    16  
    17  <!--mdtogo:Long-->
    18  
    19  ```
    20  kpt alpha sync get [DEPLOYMENT_NAME] [flags]
    21  ```
    22  
    23  #### Args
    24  
    25  ```
    26  DEPLOYMENT_NAME:
    27    The name of a sync resource.
    28  ```
    29  
    30  <!--mdtogo-->
    31  
    32  ### Examples
    33  
    34  <!--mdtogo:Examples-->
    35  
    36  ```shell
    37  # get the sync resource named my-app from the cluster.
    38  $ kpt alpha sync get my-app
    39  ```
    40  
    41  <!--mdtogo-->