apache / incubator-kie-issues

Apache License 2.0
11 stars 1 forks source link

`@kie-tools/form-generation-tool`: Improve the CLI to support other input sources to generate form #1315

Open pefernan opened 3 weeks ago

pefernan commented 3 weeks ago

Currently the form-generation-tool only allows as a input the json schemas generated in a kogito app, which means that, as a previous step we need a kogito app locally compiled.

It would be good if we could enable the tool to support different inputs, for example:

Additionally, the tool behaves as a dialog asking for input from the user, it would be good if we could pass all the needed info to the tool as arguments and it executes in silent mode.

tiagobento commented 6 days ago

Great enhancement suggestions @pefernan. +1 for a non-interactive mode and other sources of input.