history

Parameters:
Name Type Required Default Hint
clear boolean false false Erase your history.
type string false command The type of history to interact with. Values are "command", "scriptREPL", and "tagREPL"

Command Usage

Display the history of all the commands that have been typed into the shell.

history
Use the clear flag to clear the history.
history --clear
There are separate histories for commands, script REPL and tag REPL.
Use the "type" paramater to specifiy which history you want to view or clear.
history type=command

history type=scriptREPL
history type=tagREPL
Clear just the script REPL history
history type=scriptREPL --clear