CLI Reference
Overview of kpt commands
All kpt commands follow this general synopsis:
kpt <group> <command> <positional args> [PKG_PATH] [flags]
kpt functionality is divided into following command groups:
| Group | Description |
|---|---|
| pkg | get, update, and describe packages with resources. |
| fn | generate, transform, validate packages using containerized functions. |
| live | deploy local configuration packages to a cluster. |
| alpha | commands currently in alpha and might change without notice. |
Last modified October 28, 2025: Add shell to cli cmds (c3e32972)