mirror of https://github.com/CrimsonTome/tldr.git
14 lines
332 B
Markdown
14 lines
332 B
Markdown
|
# dvc unfreeze
|
||
|
|
||
|
> Unfreeze stages in DVC pipeline.
|
||
|
> This makes DVC to start tracking changes in stage dependencies again after they were frozen.
|
||
|
> More information: <https://dvc.org/doc/command-reference/unfreeze>.
|
||
|
|
||
|
- Unfreeze given stage/s:
|
||
|
|
||
|
`dvc unfreeze {{stage_name/s}}`
|
||
|
|
||
|
- Freeze given stage/s:
|
||
|
|
||
|
`dvc freeze {{stage_name/s}}`
|