Skip to content

neutralize

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

odev neutralize

neutralize demo

Neutralize a local database and make it suitable for development without riskingsending emails or runningundesired actions.

Usage

odev neutralize [-v {CRITICAL,ERROR,WARNING,INFO,DEBUG,DEBUG_SQL,NOTSET}] [-h] [-f] database

Aliases

clean, cl

Arguments

Positional Arguments:

Argument Description
database The database to target.

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!

Examples

Show help

odev neutralize --help

Neutralize a local database for development

odev neutralize demo_19

Clone this wiki locally