konveyor / move2kube

Move2Kube is a command-line tool for automating creation of Infrastructure as code (IaC) artifacts. It has inbuilt support for creating IaC artifacts for replatforming to Kubernetes/Openshift.
https://move2kube.konveyor.io/
Apache License 2.0
377 stars 119 forks source link

Add support for enabling/disabling QA categories to the Move2Kube API #1155

Closed Akash-Nayak closed 3 months ago

Akash-Nayak commented 3 months ago

Is your feature request related to a problem? Please describe. Currently, only Move2Kube CLI can be used for enabling or disabling the QA categories using --qa-disable or --qa-enable flag while running move2kube transform. There is no support for enabling/disabling QA categories in Move2Kube API.

Describe the solution you'd like Similar to Move2Kube CLI, Move2Kube API should also support enabling/disabling QA categories during the transform phase. Move2Kube API should also allow to enable/disable multiple categories, as can be done with CLI using --qa-disable or --qa-enable flag multiple times.

Additional context https://github.com/konveyor/move2kube/issues/1151#issuecomment-1993816895

HarikrishnanBalagopal commented 3 months ago

Fixed in https://github.com/konveyor/move2kube/pull/1158