mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 01:22:10 +02:00
335 B
335 B
dvc freeze
Freeze stages in the DVC pipeline. This prevents DVC from tracking changes in stage dependencies and re-execution until unfreeze. See also
dvs unfreeze
. More information: https://dvc.org/doc/command-reference/freeze.
- Freeze 1 or more specified stages:
dvc freeze {{stage_name_a}} [{{stage_name_b}} ...]