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 the local (./.prototools) or global (~/.proto/.prototools) config file.

$ proto plugin add node "source: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 - Add to the global ~/.proto/.prototools instead of the local ./.prototools.