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