From ff4f02c883160afe632b25df01242e057946a0d1 Mon Sep 17 00:00:00 2001 From: Rob Gonnella Date: Sun, 25 Jun 2023 12:46:41 -0400 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 1e14098..805c32f 100644 --- a/README.md +++ b/README.md @@ -92,12 +92,27 @@ will fail to start. ops ``` +- print version and other details + +```bash +ops version +ops info +``` + - clear database file and log file ```bash ops clear ``` +- show help / usage + +```bash +ops help +# or +ops --help +``` + ## Demo ![](assets/ops-demo.gif)