From 9337d377bc96ddcbf958adcf11dad8ed5a39c49d Mon Sep 17 00:00:00 2001 From: Colin Mollenhour Date: Sun, 25 Aug 2024 09:18:24 -0400 Subject: [PATCH] Update README.md Add note about calling activation methods via CLI --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 06c3110..cadacc7 100644 --- a/README.md +++ b/README.md @@ -569,6 +569,12 @@ plugin is no longer active. - `deactivate(): string[]` - Return an array of messages for the end-user. - `reinstall(): array` - Non-destructively update the plugin state - for example, will be run if the public url is updated so that webhooks and callbacks can be updated. +These methods can be called with the `bin/mwrun` cli tool but in the production environment will be called automatically based on user interactions with the GUI. + +```shell +$ bin/mwrun ShipStream_Test activate +``` + ## ShipStream API Calls You may call ShipStream API methods from the plugin using the `call` method so there is no need to deal with