type Options struct { Dir string OutDir string Version string IgnoreErrors bool DryRun bool CommandRunner cmdrunner.CommandRunner }
KptOptions the options for the command
func NewCmdKptRecreate() (*cobra.Command, *Options)
NewCmdKptRecreate creates a command object for the command
func (o *Options) Run() error
Run implements the command