Skip to content

Commit c8ce7ed

Browse files
committed
update readme to reflect -v
1 parent 691a0cb commit c8ce7ed

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,17 @@ keymaster decommission user@hostname --skip-remote
196196
keymaster decommission user@hostname --force
197197
```
198198

199+
### Verbose logging
200+
201+
Keymaster provides a persistent `-v` / `--verbose` flag to enable internal
202+
verbose debug logging (including database debug messages). This is useful when
203+
diagnosing deployments or database operations. Examples:
204+
205+
```sh
206+
keymaster -v deploy
207+
keymaster --verbose audit
208+
```
209+
199210
### A Note on Security & The System Key
200211

201212
Keymaster is designed for simplicity, and part of that design involves storing its own "system" private key in the database. This is what allows Keymaster to be truly agentless—it can connect to your hosts from any machine that has access to the database, without needing a separate `~/.ssh` directory or SSH agent setup.

0 commit comments

Comments
 (0)