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
feat(env): migrate vp env packages to vp pm list -g + add vp list/vp ls aliases
Move global package listing from `vp env` to `vp pm list -g` where
package management belongs. Add `vp list` and `vp ls` as top-level
aliases that rewrite to `vp pm list`. When `-g` is passed, the command
intercepts early (before JS runtime init) and delegates to the managed
packages listing with optional pattern filtering.
0 commit comments