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 ```