pub async fn disable_plugin(
plugin: &str,
scope: Option<InstallableScope>,
) -> Result<PluginOperationResult, Box<dyn Error>>Expand description
CLI command: Disable a plugin non-interactively
ยงArguments
plugin- Plugin name or plugin@marketplace identifierscope- Optional scope. If not provided, finds the most specific scope for the current project.