konveyor / kantra

A CLI that unifies analysis and transformation capabilities of Konveyor
Apache License 2.0
9 stars 24 forks source link

[BUG] disable provider option is not available #290

Open midays opened 1 month ago

midays commented 1 month ago

Is there an existing issue for this?

Konveyor version

v0.5.0-beta.3

Priority

Major

Current Behavior

Runing the kantra command with the disable-provider option fails

kantra analyze --input /home/midays/Documents/projects/maven-typescript-example --target cloud-readiness --disable-provider java-external-provider Error: unknown flag: --disable-provider

Expected Behavior

The option should be recognized

How Reproducible

Always (Default)

Steps To Reproduce

Run the command: $ kantra analyze --input /home/midays/Documents/projects/maven-typescript-example --target cloud-readiness --disable-provider java-external-provider

Environment

- OS:

Anything else?

No response

konveyor-ci-bot[bot] commented 1 month ago

This issue is currently awaiting triage. If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance. The triage/accepted label can be added by org members.

eemcmullan commented 1 month ago

My apologies here, I probably forgot to update this somewhere. Instead of --disable-provider we have --provider which forces one or more providers to run. For example: --provider java will run ONLY the Java provider,.--provider java --provider dotnet will run both the Java and .Net providers.