mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 18:02:45 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,16 +10,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Garbage collect from the cache, keeping only versions referenced by the current workspace:
|
||||
|
||||
`dvc gc --workspace`
|
||||
`dvc gc {{[-w|--workspace]}}`
|
||||
|
||||
- Garbage collect from the cache, keeping only versions referenced by branch, tags, and commits:
|
||||
|
||||
`dvc gc --all-branches --all-tags --all-commits`
|
||||
`dvc gc {{[-a|--all-branches]}} {{[-T|--all-tags]}} {{[-a|--all-commits]}}`
|
||||
|
||||
- Garbage collect from the cache, including the default cloud remote storage (if set):
|
||||
|
||||
`dvc gc --all-commits --cloud`
|
||||
`dvc gc {{[-a|--all-commits]}} {{[-c|--cloud]}}`
|
||||
|
||||
- Garbage collect from the cache, including a specific cloud remote storage:
|
||||
|
||||
`dvc gc --all-commits --cloud --remote {{remote_name}}`
|
||||
`dvc gc {{[-a|--all-commits]}} {{[-c|--cloud]}} {{[-r|--remote]}} {{remote_name}}`
|
||||
|
||||
Reference in New Issue
Block a user