From b282bbf5d67bb16e40fdcb16011067f7c4f518d4 Mon Sep 17 00:00:00 2001 From: Harvmaster Date: Mon, 27 Apr 2026 09:48:10 +0000 Subject: [PATCH] Update readme for cli and command parsing --- src/cli/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cli/README.md b/src/cli/README.md index 464005a..9da17ef 100644 --- a/src/cli/README.md +++ b/src/cli/README.md @@ -85,6 +85,7 @@ xo-cli resource list | Flag | Description | | ------------------------------ | --------------------------------------------------- | | `-m`, `--mnemonic-file ` | Mnemonic file (basename, cwd-relative, or absolute) | +| `-o`, `--output ` | Output filename (used by `mnemonic create`/`import`) | | `-v`, `--verbose` | Verbose output | | `-h`, `--help` | Help | @@ -98,6 +99,7 @@ Advanced: you can pass `--database-path`, `--database-filename`, and `--invitati xo-cli mnemonic create xo-cli mnemonic import xo-cli mnemonic list +xo-cli mnemonic expose ``` ### `template` — Manage Templates @@ -139,6 +141,7 @@ xo-cli invitation sign xo-cli invitation broadcast xo-cli invitation requirements xo-cli invitation import +xo-cli invitation inspect xo-cli invitation list ```