commands.sh

dvc unfreeze

all

Unfreeze stages in the DVC pipeline. This allows DVC to start tracking changes in stage dependencies again after they were frozen. See also: `dvc freeze`.

More info →

Examples (1)

Unfreeze one or more specified stages

dvc unfreeze stage_name1 stage_name2 ...
made by @shridhargupta | data from tldr-pages