refactor(cli): rename vp env run to vp env exec#553
Merged
Conversation
Member
Author
This was referenced Feb 7, 2026
fe7925e to
3a04378
Compare
58509f0 to
26b2cbb
Compare
3a04378 to
4bc40f8
Compare
26b2cbb to
2517c66
Compare
4bc40f8 to
8e1e691
Compare
4c384e2 to
6a01515
Compare
133cdeb to
367f25e
Compare
6a01515 to
dd95731
Compare
367f25e to
8a22e14
Compare
dd95731 to
d80b644
Compare
d80b644 to
9cf11be
Compare
The name `exec` aligns with the broader ecosystem convention (nvm, fnm, n, mise all use `exec`; only Volta uses `run`). The old `run` name is kept as a visible alias for backward compatibility. - Rename run.rs → exec.rs, update module docs and error messages - Rename CLI enum variant Run → Exec with `visible_alias = "run"` - Update Windows .cmd and Git Bash shell script templates - Rename snap test directories and update expected output - Update RFC documentation
9cf11be to
cfa2b9a
Compare
hyf0
approved these changes
Feb 7, 2026
Brooooooklyn
approved these changes
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

The name
execaligns with the broader ecosystem convention (nvm, fnm,n, mise all use
exec; only Volta usesrun). The oldrunname iskept as a visible alias for backward compatibility.
visible_alias = "run"