Connections & Targets¶
omo treats every KeePass entry as a target for a plugin.
Path model¶
Examples:
redis/production/cache-01redis/staging/cache-01docker/development/localk8sportforward/development/playground
Switching targets¶
- Open a plugin from the rail
- Press Ctrl+T
- Pick another entry under that plugin prefix
The host resolves KeePass fields and calls the plugin's Configure with a flat map[string]string (host, port, password, …).
Multi-environment workflow¶
A common pattern:
redis/
development/local
staging/cache
production/cache-main
postgres/
development/local
production/app-db
Stay in the Redis plugin and flip between envs with Ctrl+T instead of opening new terminals.
Adding targets¶
Plugins without KeePass¶
sysprocess monitors the local machine and does not require a vault entry.