You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the --workspace option only supports a single directory. There are dozens of workspaces in my project, and I want to check only the specified ones in certain pipelines. However, I currently have to run the command multiple times, such as
pnpm knip --workspace A & pnpm knip --workspace B & pnpm knip --workspace C
This actually involves redundant analysis logic (such as build graphs). I hope to have a multi-workspace selection and filtering command similar to turbo and pnpm to optimize the program.
For example