From b0a78d830cd61b16ff7b852da8009620c6a756b9 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Thu, 27 Jun 2024 01:00:45 -0700 Subject: [PATCH] docs(pockethost): plugin guide update --- .changeset/quick-shirts-watch.md | 5 +++++ packages/pockethost/plugin-guide.md | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changeset/quick-shirts-watch.md 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 |