get
Get sync resources from the cluster.
get lists sync resources in the cluster.
Synopsis #
kpt alpha sync get [DEPLOYMENT_NAME] [flags]
Args #
DEPLOYMENT_NAME:
The name of a sync resource.
Examples #
# get the sync resource named my-app from the cluster.
$ kpt alpha sync get my-app
Last modified October 28, 2025: Add shell to cli cmds (b9f9c412)