poly diff: now including data for bricks that are dependent on changed bricks #244
DavidVujic
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A new feature is added to the
poly diff
command:the ability to get data for bricks that are using any of the changed bricks. This is useful when running selected unit tests targeting changes. Since before, it is possible to get the changed bricks from the
poly diff
command by adding the--bricks
option.Now there is also the
--deps
option, that will find the dependent bricks. 🎉This feature is added in the Poetry plugin v1.27.0 and the CLI v1.14.0.
Example:
a change has been made in one brick. The example shows that a change has been made in a brick called
kafka
. By running thepoly diff
command with the different options, it is possible to get data about the changes as before - and the dependent bricks. The--short
option is useful in CI and automation scenarios.I hope you will find this addition to the
poly diff
command useful!Beta Was this translation helpful? Give feedback.
All reactions