We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Result of flogo list command doesn't include connection type (flogo:connection) contributions.
flogo list
flogo create -f app.json
flogo install github.com/project-flogo/messaging-contrib/pulsar/connection
flogo list command should also return the list of installed connection type contributions
The text was updated successfully, but these errors were encountered:
mellistibco
No branches or pull requests
Result of
flogo list
command doesn't include connection type (flogo:connection) contributions.Steps to reproduce:
flogo create -f app.json
flogo install github.com/project-flogo/messaging-contrib/pulsar/connection
flogo list
- result doesn't include the installed connection contributionExpected behaviour:
flogo list
command should also return the list of installed connection type contributionsThe text was updated successfully, but these errors were encountered: