Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Aliases - Now we can set aliases to the node versions #1165

Closed

Conversation

MoaresOliveira
Copy link

This features adds the commands:

  • nvm alias <version> <alias> : Set an alias to the specified version.
  • nvm alias <version> : Show all aliases of the specified version.
  • nvm alias rm <alias> : Remove the specified alias.

We can use the alias instead of ther version number to switch to a version or uninstal it.

  • nvm use <alias> : switch to the version related to the specified alias.
  • nvm uninstall <alias> : uninstall the version related to the specified alias.

This feature (or something similiar) was mentioned in the issues #884 , #478 , #466 and #461

I am new to the Go lang (started literally yesterday). So I'm open to learn and improve.

We can use the alias to switch to a version or uninstal it.

This feature was mentioned in the issues coreybutler#884, coreybutler#478, coreybutler#466 and coreybutler#461
@coreybutler
Copy link
Owner

While I sincerely appreciate the contribution, NVM for Windows is in a feature freeze. We already have this feature in Runtime (the nearly-ready successor project).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants