kiegroup / github-action-build-chain

86 stars 24 forks source link

Implement `projects-list` subcommand #418

Closed shubhbapna closed 1 year ago

shubhbapna commented 1 year ago

Implement projects-list utility tool that prints either the upstream projects list or the full downstream projects list for a given definition file and starting project

Expected behavior:

build-chain tools projects-list -f definition_file -p project

The above prints the upstream projects required to build the given project

build-chain tools projects-list -f definition_file -p project --fullDownstream

The above prints the full donwstream projects required to the build given project

Ginxo commented 1 year ago

is it not the tool already provided? https://github.com/kiegroup/github-action-build-chain/blob/main/src/service/arguments/cli/tools/project-list.ts can you please expose difference with current behaviour, thanks

shubhbapna commented 1 year ago

It was never implemented. I think we were discussing on how to implement it or what we exactly wanted for this but we never came to a conclusion.