mateodelnorte / meta

tool for turning many repos into a meta repo. why choose many repos or a monolithic repo, when you can have both with a meta repo?
MIT License
2.05k stars 99 forks source link

Restrict which repos are affected by `meta cmd` #231

Closed manno closed 4 years ago

manno commented 4 years ago

🤓 Question

Is it possible to restrict the repos meta (exec, git, ...) will work on? For example I only want to update a library in some of the projects.

Is there an environment variable or command line switch?

mateodelnorte commented 4 years ago

Yes, all loop options are usable from meta. https://github.com/mateodelnorte/loop

manno commented 4 years ago

Oh thanks! I looked at exec :)