CLI¶
omo¶
Launches the TUI host.
On first run, creates ~/.omo/keys/omo.key and ~/.omo/secrets/omo.kdbx.
There is no --help / --version flag. The only CLI subcommand is omo secrets; any other args still start the TUI.
Version is injected at build time (-ldflags -X main.Version=…) for the binary metadata, not as a CLI flag.
omo secrets¶
omo secrets list [prefix]
omo secrets get <plugin/env/name>
omo secrets put <plugin/env/name> [--username U] [--password P] [--url U] [--notes N] [--attr k=v]
omo secrets delete <plugin/env/name>
omo secrets reset --yes
Run omo secrets with no arguments for built-in help.
put details¶
| Flag | Maps to |
|---|---|
--username |
KeePass UserName |
--password |
KeePass Password |
--url |
KeePass URL |
--notes |
KeePass Notes |
--attr k=v |
Custom string field (repeatable) |
See Secrets CLI for examples.