Back to Moon

plugin remove

website/docs/proto/commands/plugin/remove.mdx

2.2.4605 B
Original Source

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

<VersionLabel version="0.23.0" header />

The proto plugin remove <id> command will remove the provided tool ID from the [plugins] section of the chosen (.prototools).

shell
$ proto plugin remove node

Built-in plugins cannot be removed!

Arguments

  • <id> - ID of the tool.

Options

  • --from - Location of .prototools to update. <VersionLabel version="0.41.0" />
  • --type - Type of plugin to remove, either tool (default) or backend. <VersionLabel version="0.52.0" />