-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
kind/enhancementkind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
The module add command supports passing a community module location using the --origin flag, but still requires an argument that is ignored in this flow. Additionally, module delete doesn't implement the --origin login and still requires the --community flag to remove such a module:
$ ./bin/kyma module delete registry-proxy
Are you sure you want to delete module registry-proxy?
Before you delete the registry-proxy module, make sure the module resources are no longer needed. This action also permanently removes the namespaces, service instances, and service bindings created by the module.
Are you sure you want to continue? [y/N]: y
Error:
failed to get ModuleTemplate CR for module
Error Details:
can't find neither ModuleReleaseMeta CR/CRD nor ModuleTemplate CR for module in channelTODO
- Rework the
module addcommand to accept passing the community module location through an argument - Rework the
module deleteinterface to look similar tomodule add
Metadata
Metadata
Assignees
Labels
kind/enhancementkind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.