polylith

Oliver Marks 2025-11-20T12:01:32.001249Z

Curious is there a way to run poly libs restricted to base or component ? So I can just update certain parts ? Or is it all or nothing ?

tengstrand 2025-11-20T14:44:50.231449Z

No you can't select certain bases or components. But you can run poly libs :outdated to list outdated libraries, and then you can execute poly libs :update libraries:LIB1:LIB2 where LIB1, LIB2... is the list of libraries you want to update (but it will do it for all bases and components).

tengstrand 2025-11-20T16:15:27.663529Z

You can create an issue if you think this is important to implement.

Oliver Marks 2025-11-20T17:12:37.681139Z

Okay thanks I was using outdated, but I only wanted to update a base I did it manually in the end I was just curious if there was an automatic way, I guess it could be a useful feature for some

👍 1