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
Should we rename enable/disable commands to add/delete ?
I.e kyma alpha module add template-operator --default-cr
rather than kyma alpha module enable template-operator --default-cr
It was discussed when module management was introduced in Kyma Dashboard. Our UX experts recommended us to use add/delete for module management. The same commands should be used in the CLI, so add/delete is the right choice.
Description
User of managed kyma runtime should be able to:
Reason
Possibility to toggle modules on/off via cli would simplify implementing automation scenarios for kyma users
Related
Part of #2251
Ideas
kyma alpha module enable serverless
- enables serverlss operator, but serverless CR is not createdkyma alpha module enable serverless --defult-config
- enables serverlss operator, with default serverless CRkyma alpha module enable serverless --config {path to serverlss CR}
- enables serverlss operator, with custom serverless CRkyma alpha module disable serverless
- removes serverless CR (manually ifCustomResourcePolicy
is set to false) and operatorThe text was updated successfully, but these errors were encountered: