feat(cli): support yarn plugin commands via vp pm plugin#1540
Conversation
✅ Deploy Preview for viteplus-preview canceled.
|
4ae1e4c to
25edda7
Compare
25edda7 to
38f2b77
Compare
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 38f2b77cd4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@cursor review |
|
Skipping Bugbot: Unable to authenticate your request. Please make sure Bugbot is properly installed and configured for this repository. |
|
@codex review |
|
Codex Review: Didn't find any major issues. Can't wait for the next one! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
@fengmk2 CI failed on the macOS arm64 job, but it looks like a transient GitHub infra issue. Could you re-run the failed jobs? |
Summary
Resolves #1539. Adds
vp pm pluginfor managing Yarn 2+ plugins, mirroring thevp pm cachepattern (warn-and-exit-0 on unsupported PMs).Subcommands
import <spec>— import a plugin from a known sourceimport-from-sources [name]— build and import from sourceslist— list plugins on the registryruntime— list installed pluginsremove <name>— remove a plugincheck— find third-party plugins that differ from their own specBehavior
yarn plugin <subcommand>