Back to Moon

unpin

website/docs/proto/commands/unpin.mdx

2.2.4721 B
Original Source

import VersionLabel from '@site/src/components/Docs/VersionLabel';

<VersionLabel version="0.36.0" header />

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

shell
$ 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. <VersionLabel version="0.41.0" />
  • --tool-native - Use a tool specific location, like the devEngines field in the package.json for JavaScript tools. <VersionLabel version="0.55.0" />