DVC: add page including sub-commands freeze, unfreeze and gc

This commit is contained in:
Puneetha Pai
2020-07-23 21:25:39 +05:30
committed by Starbeamrainbowlabs
parent ca9b1f104e
commit c96d68ed62
3 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# 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}}`