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
The InstallationCommandRunner suggests running with -vvv when a command fails, in order to see what happens.
-vvv
However, this is not possible in some situations, like when this is run by the docker entry point.
In those cases, setting the SHELL_VERBOSITY=3 env var has the same effect, so it would be good that this tool suggested that as well/instead.
SHELL_VERBOSITY=3
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The InstallationCommandRunner suggests running with
-vvv
when a command fails, in order to see what happens.However, this is not possible in some situations, like when this is run by the docker entry point.
In those cases, setting the
SHELL_VERBOSITY=3
env var has the same effect, so it would be good that this tool suggested that as well/instead.The text was updated successfully, but these errors were encountered: