Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { // PkgPath path to the kpt package directory PkgPath string // DryRun indicates that only preview of actions should be printed without // performing actual actions DryRun bool // StdOut standard out to write messages to StdOut io.Writer }
Command fixes the local kpt package and upgrades it to use latest feature
Click to show internal directories.
Click to hide internal directories.