flogo list command not reporting connection type contributions
ppaidi opened this issue · 0 comments
ppaidi commented
Result of flogo list
command doesn't include connection type (flogo:connection) contributions.
Steps to reproduce:
- Create a flogo app using any valid application json -
flogo create -f app.json
- Install a connection type contribution, run -
flogo install github.com/project-flogo/messaging-contrib/pulsar/connection
- Run
flogo list
- result doesn't include the installed connection contribution
Expected behaviour:
flogo list
command should also return the list of installed connection type contributions