You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COMMENTS/WORKAROUNDS
can work around this on the shell by redirecting std err to /dev/null, but that does not work when calling the command from something like ruby or puppet.
The text was updated successfully, but these errors were encountered:
PROBLEM SUMMARY
When running vcert get cred --config , vcert constantly generates the following 2 lines as standard error:
This makes parse the output a difficult, especially when trying to consume json output.
These messages are not really standard error, they are informational. They should only be visible when an option like --verbose is enabled.
STEPS TO REPRODUCE
EXPECTED RESULTS
The only thing that should be returned is the json, something like this:
ACTUAL RESULTS
output looks like this:
ENVIRONMENT DETAILS
vcert 5.2.0
COMMENTS/WORKAROUNDS
can work around this on the shell by redirecting std err to /dev/null, but that does not work when calling the command from something like ruby or puppet.
The text was updated successfully, but these errors were encountered: