docs(pockethost): plugin guide update

This commit is contained in:
Ben Allfree 2024-06-27 01:00:45 -07:00
parent acd760a93f
commit b0a78d830c
2 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
'pockethost': patch
---
Updated plugin authoring guide

View File

@ -51,5 +51,6 @@ A plugin is an npm package. Run `pockethost plugin create <my-plugin-name>` to c
## Core Filters
| Name | Description | Context | Since |
| ---- | ----------- | ------- | ----- |
| Name | Description | Context | Since |
| ----------- | ----------------------- | ------- | ----- |
| CliCommands | Gather all CLI commands | | 1.3.0 |