Unfreeze 1 or more specified stages

dvc unfreeze

  • 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 information: <https://dvc.org/doc/command-reference/unfreeze>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

dvc unfreeze {{stage_name_a}} [{{stage_name_b}} ...]

click the source code to copy