Remove redundant --module
flag for manage/unmanage
commands
#2325
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
Description
Commands to manage/unmanage module offers different way to specify target module than commands to add/delete module
kyma@v3 alpha module add keda --default-cr
vs
kyma@v3 alpha module manage --module keda
kyma@v3 alpha module unmanage --module keda
Remove the
--module
flag formanage/unmanage
commands as it is redundant.Make it:
Reasons
Consistency in this matter will be good for user experience
Attachments
The text was updated successfully, but these errors were encountered: