`push`

Push resources to a package revision.

push update the content of a package revision with the provided resources.

Synopsis #

kpt alpha rpkg push PACKAGE_REV_NAME [DIR] [flags]

Args #

PACKAGE_REV_NAME:
  The name of a an existing package revision in a repository.

DIR:
  A local directory with the new manifest. If not provided,
  the manifests will be read from stdin.

Examples #

# update the package revision blueprint-f977350dff904fa677100b087a5bd989106d0456 with the resources
# in the ./package directory
$ kpt alpha rpkg push blueprint-f977350dff904fa677100b087a5bd989106d0456 ./package --namespace=default
Last modified June 16, 2025: Move docs to hugo (#4215) (2f0d4026)