diff --git a/Statup-Plugins.md b/Statup-Plugins.md index c40ae62..a672717 100644 --- a/Statup-Plugins.md +++ b/Statup-Plugins.md @@ -20,6 +20,9 @@ go build -buildmode=plugin -o example.so ``` ###### Insert `example.so` into the `plugins` directory and reload Statup +## Testing Statup Plugins +Statup includes a couple tools to help you on your Plugin journey, you can use `statup test plugins` command to test all plugins you're including in your `/plugins` folder. This test will attempt to parse your plugin details, and then it will send events for your plugin to be fired. + ## Statup Plugin Interface Please remember Golang plugin's are very new and Statup plugin package may change and 'could' brake your plugin. ```go