Summary
Add vp pm stage to Vite+.
Motivation
pnpm is adding a stage command, and we should support the equivalent package-manager passthrough in Vite+.
Proposed behavior
- Add
vp pm stage
- Pass through to the underlying package manager's
stage command
- Keep behavior aligned with the rest of the
vp pm <subcommand> surface
Acceptance criteria
vp pm stage is supported
- It delegates correctly to the configured package manager
- Docs/help output mention the new subcommand if needed
Summary
Add
vp pm stageto Vite+.Motivation
pnpm is adding a
stagecommand, and we should support the equivalent package-manager passthrough in Vite+.Proposed behavior
vp pm stagestagecommandvp pm <subcommand>surfaceAcceptance criteria
vp pm stageis supported