konveyor / kantra

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

Containerless support for Java apps #338

Closed eemcmullan closed 1 month ago

eemcmullan commented 2 months ago

See docs/containerless.md for testing instructions

eemcmullan commented 1 month ago

Can we just run the static report from the main process rather than call the binary via script? IIUC what is happening

@shawn-hurley The first step of static report does run from main, which creates the output.js file. The script is there just because the second step required in generating the static report, building the dir and moving over the output.js file and then moving that dir into user output, requires a decent amount of chaining commands. Just thought the script made things more straight-forward, but could be wrong.