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.")