`pull`
Pull the content of the package revision.
pull
fetches the content of the package revision from the
repository.
Synopsis #
kpt alpha rpkg pull PACKAGE_REV_NAME [DIR] [flags]
Args #
PACKAGE_REV_NAME:
The name of a an existing package revision in a repository.
DIR:
A local directory where the package manifests will be written.
If not provided, the manifests are written to stdout.
Examples #
# pull the content of package revision blueprint-d5b944d27035efba53836562726fb96e51758d97
$ kpt alpha rpkg pull blueprint-d5b944d27035efba53836562726fb96e51758d97 --namespace=default
Last modified June 16, 2025: Move docs to hugo (#4215) (2f0d4026)