Skip to content
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

$ lando pull -vvv does not pass verbosity onto called terminus command #215

Open
dpagini opened this issue Jan 23, 2024 · 1 comment
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dpagini
Copy link

dpagini commented Jan 23, 2024

I ran into an issue today where, I believe, a sub command of $ lando pull was being blocked by my network. I believe the command is $ terminus env:wake site.env. However, when I ran $ lando pull -vvv to try and debug the issue, I was getting the same non-verbose output from the command, which actually made this very difficult to track down. I think it would be great to pass the verbosity specifier along to the child commands being called to help debug an issue like this in the future.

@dpagini dpagini added the bug Something isn't working label Jan 23, 2024
@reynoldsalec reynoldsalec added enhancement New feature or request good first issue Good for newcomers and removed bug Something isn't working labels Apr 1, 2024
@reynoldsalec
Copy link
Sponsor Member

@dpagini interesting, could definitely see the advantages of "recursive verbosity" in this manner, can't think of a disadvantage necessarily, other than more output (which the user signed up for).

I'd be open to it if a contributor wants to take a stab at a PR!

ethangeorgi added a commit to ethangeorgi/pantheon that referenced this issue Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants