Thinkmill / manypkg

☔️ An umbrella for your monorepo
MIT License
892 stars 48 forks source link

support asterix in upgrade #148

Closed dohomi closed 5 months ago

dohomi commented 2 years ago

Hello I have an edge case where I would like to run

manypkg upgrade mypackage *

to run and upgrade all mypackage to * because its part of the monorepo. Its an edge case because the mypackage name collides with the upgrade of another package with the same starting name.

Is that possible?

dohomi commented 1 year ago

I prepared a PR to support scoped package names ending with a "/" https://github.com/Thinkmill/manypkg/pull/175

Andarist commented 5 months ago

Closed by https://github.com/Thinkmill/manypkg/pull/206