github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/internal/docs/generated/overview/docs.go (about)

     1  // Code generated by "mdtogo"; DO NOT EDIT.
     2  package overview
     3  
     4  var CliShort = `Overview of kpt commands`
     5  var CliLong = `
     6  All kpt commands follow this general synopsis:
     7  
     8    kpt <group> <command> <positional args> [PKG_PATH] [flags]
     9  
    10  kpt functionality is divided into following command groups:
    11  
    12  | Group   | Description                                                           |
    13  | ------- | --------------------------------------------------------------------- |
    14  | [pkg]   | get, update, and describe packages with resources.                    |
    15  | [fn]    | generate, transform, validate packages using containerized functions. |
    16  | [live]  | deploy local configuration packages to a cluster.                     |
    17  | [alpha] | commands currently in alpha and might change without notice.          |
    18  `