Skip to main content

plugin add

v0.23.0

The proto plugin add <id> <plugin> command will add the provided ID and plugin locator string to the [plugins] section of a chosen .prototools.

$ proto plugin add node "https://github.com/moonrepo/node-plugin/releases/latest/download/node_plugin.wasm"

Learn more about plugin locator strings.

Arguments

  • <id> - ID of the tool.
  • <plugin> - How to locate the plugin.

Options

  • --global (deprecated) - Add to the global ~/.proto/.prototools instead of the local ./.prototools.
  • --to - Location of .prototools to update. v0.41.0