Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add note about calling activation methods via CLI
  • Loading branch information
colinmollenhour authored Aug 25, 2024
1 parent b6944c8 commit 9337d37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9337d37

Please sign in to comment.