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

Make Lando verbosity available to build steps and tooling #3588

Open
AaronFeledy opened this issue Jun 30, 2023 · 0 comments
Open

Make Lando verbosity available to build steps and tooling #3588

AaronFeledy opened this issue Jun 30, 2023 · 0 comments
Labels
feature Requesting that Lando do something new

Comments

@AaronFeledy
Copy link
Collaborator

I have a project with some fairly complicated build steps and tooling. I manage these with several complicated scripts that are capable of producing debug output. With Lando tooling, when you add -vvv you get Lando's debug output, but my scripts are also able to grab that -vvv and produce debug output. However, if I lando start -vvv or lando rebuild -vvv the verbosity flag doesn't get passed into scripts executed in build steps.

Lando should generate an environment variable to represent the verbosity level that was passed to Lando when running either tooling or build commands. This will allow scripts to consistently determine the level of output that is expected.

@AaronFeledy AaronFeledy added the feature Requesting that Lando do something new label Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Requesting that Lando do something new
Projects
None yet
Development

No branches or pull requests

1 participant