DVC: add page including sub-commands freeze, unfreeze and gc
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
ca9b1f104e
commit
c96d68ed62
13
pages/common/dvc-freeze.md
Normal file
13
pages/common/dvc-freeze.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# dvc freeze
|
||||
|
||||
> Freeze stages in DVC pipeline.
|
||||
> This makes DVC to stop tracking changes in stage dependencies and re-execution untill unfreeze.
|
||||
> More information: <https://dvc.org/doc/command-reference/freeze>.
|
||||
|
||||
- Freeze given stage/s:
|
||||
|
||||
`dvc freeze {{stage_name/s}}`
|
||||
|
||||
- Unfreeze given stage/s:
|
||||
|
||||
`dvc unfreeze {{stage_name/s}}`
|
Reference in New Issue
Block a user