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

odev help

help demo

Display extensive help about the selected command or a generic help messagelightly covering all available commands.

Usage

odev help [-v {CRITICAL,ERROR,WARNING,INFO,DEBUG,DEBUG_SQL,NOTSET}] [-h] [-f] [-1] [command]

Aliases

h, -h, --help

Arguments

Positional Arguments:

Argument Description
command Get help about a specific command. Use odev help for a list of available commands.

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!
-1, --names-only, --one-column List command names one per line - useful for parsing

Examples

Show help

odev help

Get help for a specific command

odev help run

Clone this wiki locally