-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
[Bug] Unwanted stderr output when running tctl commands #313
Comments
See also hashicorp/go-plugin#207. |
So in my case, the rub seems to be here: tctl/cli_curr/plugin/plugin.go Line 51 in 79ca2a9
Here the plugin client for the |
is this an option to switch to codec server instead of using plugins? in the new cli we've removed plugins in favor of codec server |
Potentially. Question is whether one wants to do something about this issue for now in
I see. Good to know. |
What are you really trying to do?
Run any tctl commands
Describe the bug
When running any
tctl
command with the 1.16.3 version, there is additional stderr output appearing fromhashicorp/go-plugin
. For example:Minimal Reproduction
Run any
tctl
while using a plugin as well, e.g. a DataConverter plugin.Environment/Versions
Additional context
This is most likely related to the commit 16ee92c which bumps
hashicorp/go-plugin
. When I buildtctl
from source, I can see the described behaviour. If I downgrade thego-plugin
version, it is gone.The text was updated successfully, but these errors were encountered: