Hi guys, I want to get all the affected apps/servi...
# general
m
Hi guys, I want to get all the affected apps/services in my CICD so I can create a job for each of them. My folder structure in the app is something like this: Apps App1/BUILD App2/BUILD Libs Lib1 Lib2 When I’m running ‘pants —changed-since=origin/main list’ I’m getting all the python files that have changed but I want only the app names (the folders that contain them)
w
Have you tried using some of the filters? Whats your expected output? https://www.pantsbuild.org/stable/docs/using-pants/advanced-target-selection#filter-options