`unreg`
Unregister a repository.
unreg
unregisters a repository.
Synopsis #
kpt alpha repo unreg REPOSITORY_NAME [flags]
Args #
REPOSITORY_NAME:
The name of a repository.
Flags #
--keep-auth-secret:
Keep the Secret object with auth information referenced by the repository.
By default, it will be deleted when the repository is unregistered.
Examples #
# unregister a repository and keep the auth secret.
$ kpt alpha repo unreg registered-repository --namespace=default --keep-auth-secret
Last modified June 16, 2025: Move docs to hugo (#4215) (2f0d4026)