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
for processor plugins and connector plugins, the author field is always empty example:
processor-plugins desc
connector-plugins desc
conduit/cmd/conduit/root/connectorplugins/describe.go
Line 98 in 873e9e3
run conduit, then run ./conduit connector-plugins desc any-plugin, and notice how there's no author.
./conduit connector-plugins desc any-plugin
v0.12.3
The text was updated successfully, but these errors were encountered:
maha-hajja
Successfully merging a pull request may close this issue.
Bug description
for processor plugins and connector plugins, the author field is always empty
example:
processor-plugins desc
command andconnector-plugins desc
command, the author is emptyconduit/cmd/conduit/root/connectorplugins/describe.go
Line 98 in 873e9e3
Steps to reproduce
run conduit, then run
./conduit connector-plugins desc any-plugin
, and notice how there's no author.Version
v0.12.3
The text was updated successfully, but these errors were encountered: