You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A common question on slack seems to be: I have multiple artifacts / many libraries / microservices, how can Pants help me identify which ones have changed and deploy only those ones?
For instance:
5 different helm charts, and only wants to only run the pants experimental-deploy ... on exactly the ones that have changed.
4 python_distributions publish the ones that have changed
3 docker_images and only push the ones that have changed
2 AWS CloudFormation stacks that depend on resources build in Pants, and only deploy which one has changed
Is your feature request related to a problem? Please describe.
A common question on slack seems to be: I have multiple artifacts / many libraries / microservices, how can Pants help me identify which ones have changed and deploy only those ones?
For instance:
pants experimental-deploy ...
on exactly the ones that have changed.python_distribution
s publish the ones that have changeddocker_image
s and only push the ones that have changedDescribe the solution you'd like
Some ideas:
Describe alternatives you've considered
N/A
Additional context
Example threads:
Some issues that are potentially related, in that they may influence how accurate/reliable a solution using
--changed-since
can be:pants publish --changed-since
#19509__defaults__
inBUILD
files are not detected/propagated when using--changed-since
#19805A hash for a target may also be relevant:
sources_fingerprint
topeek
on source-creating targets #18383 (the recipe there)The text was updated successfully, but these errors were encountered: