History
Addedv1.0.x
This chapter contains the commands related to history management.
clear [READ MORE]
This operation truncates the local command history file. The script holds an exclusive lock during the truncate-then-remove sequence so concurrent CLI invocations cannot lose appended records.
list [READ MORE]
This operation lists recent commands recorded in the local history log, ordered newest first. Each entry includes the timestamp, command line, command type, and success flag.
search [READ MORE]
This operation filters command history to entries whose command line contains the given keyword (case-insensitive substring match), ordered newest first.