(deploy only what has changed) Help with similar experience to "affected" in nrwl/nx monorepos #2592
-
|
Hi, Can anyone help ? I recently moved over to turborepo from an old installation nrwl nx. In NX you could do an affected. is there something similar that exists ? I want to be able to possibly only build what has changed, maybe checking the cache into source control can help here ? Although what does worry me is that I want to create a custom deployment so it would be nice to be able to receive a JSON (or similar) of the projects that have changed so that I can "only" deploy (using my custom deployments) what has actually changed. So if I have 10 apps and somebody made a change to just 1 shared package and that shared package is only a dependent of 2 apps (for example), then I can receive a list of which ones are affected to only process the build/deployments for those particular apps. I tried checking the docs but I couldn't find anything, maybe I am not looking in the right place. can anyone help ? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I managed to find this info here #800 it appears we cna use dry / dry-run passing in a param for JSON. |
Beta Was this translation helpful? Give feedback.
I managed to find this info here #800
it appears we cna use dry / dry-run passing in a param for JSON.