Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Managing plugins

Arbitraitor supports a plugin system with subprocess and Wasmtime Component Model runtimes. The plugin command manages the plugin registry.

List registered plugins

arbitraitor plugin list

Discover plugins

Discovery scans default plugin directories and registers new plugins:

arbitraitor plugin discover

Inspect a specific plugin

arbitraitor plugin info <id>

Outputs the full plugin manifest as JSON, including identity, version, trust class, and plugin type.

Remove a plugin

arbitraitor plugin remove <id>

See the CLI reference for full details.