`tilt ci` - an option to hide noisy pod logs
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 413
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 6
Description
Describe the Feature You Want
The ability to stop tilt ci from showing the output of noisy pod logs
Current Behavior
tilt ci shows the full combined log of all resources until it exits
Why Do You Want This?
when running tilt ci, once a service is done being deployed, it might be noisy and make it hard to make sense of the progress tilt is making on building/deploying other resources
Additional context
Some possible solutions in this neighborhood:
- a flag to hide all runtime output in general
- a flag to hide runtime output of any resource that has finished deploying / become ready / failed terminally
- a flag to only show output of resources once they fail (many test frameworks have this option)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the tilt ci command and how it combines pod logs for all resources. Compare the three proposed suppression behaviors and clarify which one should be supported, including how readiness and terminal failure affect output. Done means the chosen behavior is configurable and verified during CI runs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- cli, devops, observability
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100