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
tests: Final SDK generator output should be printed to standard output (#180)
All SDK generator log messages are now printed as structured logs
via a logger instance. This includes the final message which tells
the user how to install and use the SDK. All logger messages are
printed to standard error by default.
This PR changes the final installation message back to an ordinary
print, which will go to standard output. This means that the user
will still see this message even if standard error is redirected.
It also fixes the end to end tests, which were failing because they
look for the bundle path from the generator's standard output.
0 commit comments