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

Dont show local() commands #3528

Closed
Co0ker opened this issue Jun 30, 2020 · 3 comments · Fixed by #3586
Closed

Dont show local() commands #3528

Co0ker opened this issue Jun 30, 2020 · 3 comments · Fixed by #3586
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Co0ker
Copy link

Co0ker commented Jun 30, 2020

I am trying to display the beautiful output of the execution process (Tiltfile) and I really lack the ability to disable command execution logging in the local() function

@nicks
Copy link
Member

nicks commented Jun 30, 2020

Have you tried local(cmd, quiet=True)? or are you looking for something different?
https://docs.tilt.dev/api.html#api.local

@Co0ker
Copy link
Author

Co0ker commented Jul 1, 2020

Hi, @nicks
quiet = True - removes the output of the command, but tilt still shows which command it executes. I would like tilt not to show the command that it executes

@nicks
Copy link
Member

nicks commented Jul 2, 2020

ah, gotcha, thanks!

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

Successfully merging a pull request may close this issue.

3 participants