Skip to content

Commit

Permalink
feat(docs): add documentation for --skip-verify
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek <tareknaser360@gmail.com>
  • Loading branch information
tareknaser authored and vincenzopalazzo committed Oct 12, 2023
1 parent 0813336 commit 26286a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs-book/src/using-coffee.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ the correct network.
- `--data-dir`: by default set to `/home/alice/.coffee`, you may want to set
this option if you are looking to specify a different directory for the
Coffee home.
- `--skip-verify`: Use this option to bypass `coffee`'s validation process, which checks for conflicts between its configuration and the local storage.

### Add a Plugin Repository

Expand Down Expand Up @@ -152,6 +153,11 @@ coffee search <plugin_name>
```bash
coffee nurse
```
Additionally, if you wish to perform a verification of coffee without making any changes, you can use the `--verify` flag:

```bash
coffee nurse --verify
```
_________
## Running coffee as a server

Expand Down

0 comments on commit 26286a2

Please sign in to comment.