cmd.Flags().BoolVar(&o.Overwrite,"overwrite",o.Overwrite,"Automatically resolve conflicts between the modified and live configuration by using values from the modified configuration")
cmd.Flags().BoolVar(&o.Prune,"prune",o.Prune,"Automatically delete resource objects, including the uninitialized ones, that do not appear in the configs and are created by either apply or create --save-config. Should be used with either -l or --all.")
AddJsonFilenameFlag(cmd.Flags(),&options.Filenames,"Filename, directory, or URL to files "+usage)
AddKustomizeFlag(cmd.Flags(),&options.Kustomize)
cmd.Flags().BoolVarP(&options.Recursive,"recursive","R",options.Recursive,"Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory.")