reset

Command-line tool subcommand

Delete any output from the given module and restore it to unexecuted state.

Usage:

pimlico.sh [...] reset [modules [modules ...]] [-h] [-n] [-f]

Positional arguments

Arg Description
[modules [modules ...]] The names (or numbers) of the modules to reset, or ‘all’ to reset the whole pipeline

Options

Option Description
-n, --no-deps Only reset the state of this module, even if it has dependent modules in an executed state, which could be invalidated by resetting and re-running this one
-f, --force-deps Reset the state of this module and any dependent modules in an executed state, which could be invalidated by resetting and re-running this one. Do not ask for confirmation to do this