biurad / poakium

A Monorepo for Full-stack PHP independent libraries. (metapackage)
MIT License
2 stars 0 forks source link

[Monorepo] fix #15 Request for --clean options for monorepo commands #17

Closed divineniiquaye closed 1 year ago

divineniiquaye commented 1 year ago

Discussion

Every time the monorepo's split command is called, repositories re-clone. For instance, if my project contains 100 sub-repo, re-cloning every time is huge.

Currently, there's no workaround and including a --clean options to monorepo's workflow commands is necessary if the developer decides to choose a re-clone. More so, the --only option already provided is helpful as it allows re-clone support for a single or list of repositories.

Motivation and context

Making monorepo's workflow commands work faster and reduce cost of bandwidth for better developer experience. This PR closes #15

Types of changes

PR checklist