Support globs in more places in the Tiltfile

Open
#2,815 6 comments 11 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
go
Domain
tooling

Research direction

Start by tracing the Tiltfile entry points for listdir and local_resource, since the issue identifies both as places needing glob support. Check how their current path arguments are resolved and define completion as accepting the example patterns in both calls, including deploys//.yaml and /_test.go.

Written by the indexing model from the issue text.

Description

enhancement

People have wanted to be able to use globs in:

  1. listdir('deploys//*.yaml')
  2. local_resource(deps=['/*_test.go']) # linkerd, e.g.
Dominant language
Go
Stars
10.1k
Forks
413
Avg merge
1d 10h
Merged PRs (30d)
6

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from tilt-dev/tilt

All issues in tilt-dev/tilt

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.