Skip to content

my cli history

Terminal window
my cli history [flags]

Displays the history of command runs.

FlagShortDefaultDescription
--last-n20Number of entries to show
Terminal window
# Show last 20 runs
my cli history
# Show last 50 runs
my cli history -n 50

History is stored as JSONL (one JSON object per line) at ~/.my/history.jsonl.