Skip to content

Commit

Permalink
feat(docs): add documentation for nurse
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek <[email protected]>
  • Loading branch information
tareknaser committed Sep 26, 2023
1 parent 88bc742 commit 9f143e4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/docs-book/src/using-coffee.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ Coffee tightly integrates with git, allowing you to easily upgrade your plugins
coffee upgrade <repo_name>
```



### Listing all the plugins

> ✅ Implemented
Expand All @@ -131,13 +129,21 @@ coffee list
coffee show <plugin_name>
```

## Searching for a plugin in remote repositories
### Searching for a plugin in remote repositories

> ✅ Implemented
```bash
coffee search <plugin_name>
```

### To solve issues with coffee configuration and ensure its integrity on disk

> ✅ Implemented
```bash
coffee nurse
```
_________
## Running coffee as a server

Expand Down

0 comments on commit 9f143e4

Please sign in to comment.