Skip to main content

add-plugin

The proto add-plugin <id> <locator> (or proto ap) command will add the provided plugin ID and locator string to the [plugins] section of the local (.prototools) or global (~/.proto/config.toml) config file.

$ proto add-plugin 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 plugin.
  • <locator> - How to locate the plugin.

Options

  • --global - Add to the global config instead of local.