Skip to main content
warning

Documentation is currently for moon v2 and latest proto. Documentation for moon v1 has been frozen and can be found here.

unpin

v0.36.0

The proto unpin <tool> command will unpin a version of a tool.

$ proto unpin go
$ proto unpin node --tool-native

By default this will update the local ./.prototools file. Pass --from to customize the location.

Arguments

  • <tool> - Type of tool.

Options

  • --from - Location of .prototools to update. Supports global, local, and user. v0.41.0
  • --tool-native - Use a tool specific location, like the devEngines field in the package.json for JavaScript tools. v0.55.0