Skip to main content

enable_plugin

Function enable_plugin 

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