docs.rs failed to build bmux_plugin_cli_plugin-0.0.1-alpha.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
bmux_plugin_cli_plugin
Bundled plugin CLI plugin for bmux.
Overview
Provides the bmux plugin command namespace. Implements plugin discovery and
listing, command dispatch to other plugins, and bundled plugin rebuilding from
source. Also proxies several core CLI commands (logs, diagnostics, recording,
playbook, config, server) under the plugin namespace for a consistent user
experience.
Commands
plugin list-- discover and display installed plugins with statusplugin run <plugin-id> <command> [args...]-- dispatch a command to a specific pluginplugin rebuild [selector...]-- recompile bundled plugin crates from source
Proxied Commands
logs-path,logs-level,logs-tail,logs-watch-- log managementkeymap-doctor,terminal-doctor-- diagnostic toolsrecording-*-- recording management and exportplaybook-*-- headless scripted executionconfig-*-- configuration inspectionserver-*-- server lifecycle management