my cli history
my cli history [flags]Displays the history of command runs.
| Flag | Short | Default | Description |
|---|---|---|---|
--last | -n | 20 | Number of entries to show |
Examples
Section titled “Examples”# Show last 20 runsmy cli history
# Show last 50 runsmy cli history -n 50Storage
Section titled “Storage”History is stored as JSONL (one JSON object per line) at ~/.my/history.jsonl.