Update readme for cli and command parsing
This commit is contained in:
@@ -85,6 +85,7 @@ xo-cli resource list
|
|||||||
| Flag | Description |
|
| Flag | Description |
|
||||||
| ------------------------------ | --------------------------------------------------- |
|
| ------------------------------ | --------------------------------------------------- |
|
||||||
| `-m`, `--mnemonic-file <file>` | Mnemonic file (basename, cwd-relative, or absolute) |
|
| `-m`, `--mnemonic-file <file>` | Mnemonic file (basename, cwd-relative, or absolute) |
|
||||||
|
| `-o`, `--output <filename>` | Output filename (used by `mnemonic create`/`import`) |
|
||||||
| `-v`, `--verbose` | Verbose output |
|
| `-v`, `--verbose` | Verbose output |
|
||||||
| `-h`, `--help` | Help |
|
| `-h`, `--help` | Help |
|
||||||
|
|
||||||
@@ -98,6 +99,7 @@ Advanced: you can pass `--database-path`, `--database-filename`, and `--invitati
|
|||||||
xo-cli mnemonic create
|
xo-cli mnemonic create
|
||||||
xo-cli mnemonic import <seed words...>
|
xo-cli mnemonic import <seed words...>
|
||||||
xo-cli mnemonic list
|
xo-cli mnemonic list
|
||||||
|
xo-cli mnemonic expose <mnemonic-file>
|
||||||
```
|
```
|
||||||
|
|
||||||
### `template` — Manage Templates
|
### `template` — Manage Templates
|
||||||
@@ -139,6 +141,7 @@ xo-cli invitation sign <invitation-id>
|
|||||||
xo-cli invitation broadcast <invitation-id>
|
xo-cli invitation broadcast <invitation-id>
|
||||||
xo-cli invitation requirements <invitation-id>
|
xo-cli invitation requirements <invitation-id>
|
||||||
xo-cli invitation import <invitation-file>
|
xo-cli invitation import <invitation-file>
|
||||||
|
xo-cli invitation inspect <invitation-file>
|
||||||
xo-cli invitation list
|
xo-cli invitation list
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user