actiond_plugin_enable
Enable a registered CI/CD plugin for the current project, triggering its configured events on future pushes, using its exact name from the plugin list.
Instructions
Enable a CI/CD plugin for the current project. Once enabled, the plugin fires on its configured trigger events (git.push/git.tag) on every subsequent push. The plugin must already be registered — discover exact names with actiond_plugins_list, or use actiond_plugins_recommend when you want guidance on what suits the project. To change the whole CI scope at once, switch the execution profile with actiond_profile_set instead of toggling many plugins individually.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Plugin name to enable (e.g., 'go-lint', 'security_scan') |