curved-television-6568
10/07/2021, 11:26 AMambitious-actor-36781
10/07/2021, 8:04 PMtags
to store some metadata helm_chart:foo
2. Generate a list of changed targets pants --changed-since.... peek > targets.json
3. Do the thing pants package ... --spec-file=...
4. Use a script after-the-fact to find what you want [target for target in json.load(open('targets.json')) if has_tag_prefix('helm_chart:', target)]
ambitious-actor-36781
10/07/2021, 8:05 PM