From d39fa6f85af8434104158df1e083069c40541dc0 Mon Sep 17 00:00:00 2001 From: Tarek Date: Mon, 2 Oct 2023 21:35:57 +0300 Subject: [PATCH] =?UTF-8?q?=C2=A0feat(docs):=20add=20docs=20for=20coffee?= =?UTF-8?q?=20remote=20=20--plugins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tarek --- docs/docs-book/src/using-coffee.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs-book/src/using-coffee.md b/docs/docs-book/src/using-coffee.md index 0a89857a..abada8fc 100644 --- a/docs/docs-book/src/using-coffee.md +++ b/docs/docs-book/src/using-coffee.md @@ -68,6 +68,14 @@ To list plugin repositories, simply run the following command. coffee remote list ``` +To list available plugins in a specific remote repository + +> ✅ Implemented + +```bash +coffee remote --plugins +``` + ### Install a Plugin > ✅ Implemented