Skip to main content

plugin remove

v0.23.0

The proto plugin remove <id> command will remove the provided tool ID from the [plugins] section of the local (./.prototools) or global (~/.proto/.prototools) config file.

$ proto plugin remove node

Built-in plugins cannot be removed!

Arguments

  • <id> - ID of the tool.

Options

  • --global - Remove from the global ~/.proto/.prototools instead of the local ./.prototools.