pub async fn enable_plugin(
plugin: &str,
scope: Option<InstallableScope>,
) -> Result<PluginOperationResult, Box<dyn Error>>Expand description
CLI command: Enable 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.