diff --git a/.changeset/quick-shirts-watch.md b/.changeset/quick-shirts-watch.md new file mode 100644 index 00000000..477f214b --- /dev/null +++ b/.changeset/quick-shirts-watch.md @@ -0,0 +1,5 @@ +--- +'pockethost': patch +--- + +Updated plugin authoring guide diff --git a/packages/pockethost/plugin-guide.md b/packages/pockethost/plugin-guide.md index 90be0bf5..5ec703ad 100644 --- a/packages/pockethost/plugin-guide.md +++ b/packages/pockethost/plugin-guide.md @@ -51,5 +51,6 @@ A plugin is an npm package. Run `pockethost plugin create ` to c ## Core Filters -| Name | Description | Context | Since | -| ---- | ----------- | ------- | ----- | +| Name | Description | Context | Since | +| ----------- | ----------------------- | ------- | ----- | +| CliCommands | Gather all CLI commands | | 1.3.0 |