Skip to main content
warning

Documentation is currently for moon v2 and latest proto. Documentation for moon v1 has been frozen and can be found here.

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

  • --to - Location of .prototools to update. v0.41.0
  • --type - Type of plugin to add, either tool (default) or backend. v0.52.0