Skip to main content

unalias

The proto unalias <tool> <label> (or proto ua) command will remove a custom alias for the provided tool.

$ proto unalias node work

By default this will update the local .prototools file. Pass --global to update the global ~/.proto/.prototools file instead.

$ proto unalias yarn berry --global

Arguments

  • <tool> - Type of tool.
  • <label> - Name of the alias. Supports alpanumeric chars.

Options

  • --global - Pin the version globally, rather than in the current directory.