Manually triggering live-sync for a list of files
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 413
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 6
Description
We have a solution that uses rsync to "catch up" our live sync (see https://github.com/tilt-dev/tilt/issues/3760). Unfortunately this solution is not cross platform because rsync is not supported on windows. To get around this, it would be nice to be able to pass Tilt a list of paths that need to be updated and have it "force" a live update of these files.
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
No files or tests are named. Start by reading issue #3760 and the existing live-sync/rsync workaround, then trace Tilt’s live-sync entry point and Windows handling. Done means a cross-platform way to pass paths and force their live update, with tests covering the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- devops, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100