website/docs/proto/commands/unpin.mdx
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.
$ proto unpin go
$ proto unpin node --tool-native
By default this will update the local ./.prototools file. Pass --from to customize
the location.
When a lockfile is in use, matching records will also be removed.
<VersionLabel version="0.60.0" /><tool> - Type of tool.--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" />