From 26286a2631cb2ee9c33cda32515b1b7ac0428e66 Mon Sep 17 00:00:00 2001 From: Tarek Date: Thu, 12 Oct 2023 21:59:21 +0300 Subject: [PATCH] feat(docs): add documentation for --skip-verify Signed-off-by: Tarek --- docs/docs-book/src/using-coffee.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs-book/src/using-coffee.md b/docs/docs-book/src/using-coffee.md index abada8fc..1d94d405 100644 --- a/docs/docs-book/src/using-coffee.md +++ b/docs/docs-book/src/using-coffee.md @@ -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 @@ -152,6 +153,11 @@ coffee search ```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