feat(cli): positional audit grammar (account positional, ls alias)
This commit is contained in:
+2
-2
@@ -547,7 +547,7 @@ Every agent action (`list`, `get`, `search`, `ack`, `send`) — allowed or block
|
||||
|
||||
```bash
|
||||
emcli audit list # most recent 50
|
||||
emcli audit list --account gmail # filter to one account
|
||||
emcli audit list gmail # filter to one account
|
||||
emcli audit list --limit 200
|
||||
```
|
||||
|
||||
@@ -626,7 +626,7 @@ emcli account remove N [--yes] # delete an account (--yes o
|
||||
emcli whitelist <add|remove|list|enable|disable> N [addr…] --in|--out
|
||||
emcli config list # list all settings and descriptions
|
||||
emcli config set|get <key> [value] # e.g. audit_retention_days
|
||||
emcli audit list [--account N] [--limit K]
|
||||
emcli audit list [account] [--limit K]
|
||||
emcli version
|
||||
|
||||
# Agent (requires EMCLI_KEY or EMCLI_ADMIN_KEY; one line of JSON each)
|
||||
|
||||
Reference in New Issue
Block a user