Skip to content

history

Sébastien Andreatta edited this page Apr 27, 2026 · 2 revisions

odev history

history demo

Check the history of odev commands run in the past.

Usage

odev history [-v {CRITICAL,ERROR,WARNING,INFO,DEBUG,DEBUG_SQL,NOTSET}] [-h] [-f] [-c COMMAND] [-C]

Aliases

No aliases

Arguments

Optional Arguments:

Argument Description
-v, --log-level Set logging verbosity for the execution of odev.
-h, --help Show help for the current command.
-f, --force Bypass confirmation prompts and assume a default value to all, use with caution!
-c, --command The command to check the history of.
-C, --clear Clear the history.

Examples

Show help

odev history --help

Show the history of odev commands (Show all history)

odev history

Check history for a specific command

odev history -c run

Clear history

odev history --clear

Clone this wiki locally