Skip to main content

disable_plugin

Function disable_plugin 

Source
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 identifier
  • scope - Optional scope. If not provided, finds the most specific scope for the current project.