<Comment on #19385 How to get a list of all packag...
# github-notifications
c
Comment on #19385 How to get a list of all packages(docker images) built ? Discussion answered by kaos Hi, Yes, use the
--publish-output
option https://www.pantsbuild.org/docs/reference-publish#output to get a JSON file with details about all targets that was published. It's trivial enough to write some tool that parse this file to trigger what ever APIs you need based on that :) pantsbuild/pants