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

#215 lando pull -vvv #234

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

#215 lando pull -vvv #234

wants to merge 2 commits into from

Conversation

ethangeorgi
Copy link
Collaborator

Check for -vv|--verbose or -vvv and pass those along to all Terminus commands, for both push and pull.

Copy link

netlify bot commented Apr 2, 2024

👷 Deploy request for lando-pantheon pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 19c1b79

scripts/pull.sh Outdated
VERBOSITY="-vv"
shift
;;
-vvv)
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice @ethangeorgi, minor comment: might want to add--debug as well to this switch statement, I think that is the new Lando option for max verbosity (old ones still work, but --debug will probably be emphasized more going forward).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I didn't know about --debug (and can't find it in the docs, or in terminus --help). I'm hoping it's the same thing as -vvv. Easy enough to add!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants