You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(config): add ignore-existing for profile create (#1094)
* feat(config): add ignore-existing for profile create
* Fix typo and set profile if needed in case setProfile is true
* make generate-docs
* Fix typo
* Add docs to ignore-existing flag
---------
Co-authored-by: cgoetz-inovex <carlo.goetz@inovex.de>
cmd.Flags().Bool(noSetFlag, false, "Do not set the profile as the active profile")
91
+
cmd.Flags().Bool(ignoreExistingFlag, false, "Suppress the error if the profile exists already. An existing profile will not be modified or overwritten")
88
92
cmd.Flags().Bool(fromEmptyProfile, false, "Create the profile with the initial default configurations")
0 commit comments