github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/site/reference/cli/README.md (about) 1 # CLI Reference 2 3 <!--mdtogo:Short 4 Overview of kpt commands 5 --> 6 7 <!--mdtogo:Long--> 8 9 All kpt commands follow this general synopsis: 10 11 ``` 12 kpt <group> <command> <positional args> [PKG_PATH] [flags] 13 ``` 14 15 kpt functionality is divided into following command groups: 16 17 | Group | Description | 18 | ------- | --------------------------------------------------------------------- | 19 | [pkg] | get, update, and describe packages with resources. | 20 | [fn] | generate, transform, validate packages using containerized functions. | 21 | [live] | deploy local configuration packages to a cluster. | 22 | [alpha] | commands currently in alpha and might change without notice. | 23 24 <!--mdtogo--> 25 26 [pkg]: /reference/cli/pkg/ 27 [fn]: /reference/cli/fn/ 28 [live]: /reference/cli/live/ 29 [alpha]: /reference/cli/alpha/