adorable-psychiatrist-59834
05/27/2025, 4:52 PM$ echo test >> my-python-file.py
$ pants --changed-since=dev --peek-include-dep-rules peek | jq '.[].target_type'
"pex_binary" [MISSING]
"docker_image" [MISSING]
"python_source"
But as noted, both pex_binary and docker_image are missing. They aren't in _dependents_rules either.adorable-psychiatrist-59834
05/27/2025, 4:57 PMpants --changed-since=HEAD dependents --dependents-transitive
though, and get the upstream. then i need to run pants again to figure out which targets are of the right type, or ensure my docker_image targets names are greppable/unique, or always publishhappy-kitchen-89482
05/27/2025, 5:04 PM--changed-dependents=transitive
adorable-psychiatrist-59834
05/27/2025, 5:09 PMadorable-psychiatrist-59834
05/28/2025, 10:30 PM--filter-target-type=docker_image
to just find all the changed docker images!!