You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says, dvc gc -c works without -w/-T/-a specifiers (i.e. by default, it assumes -w).
It'd be good to only get in action when those specifiers are mentioned for dvc gc -c.
skshetry
changed the title
gc: -c also removes from local cache
gc: -c works without scope specifier (-w, -a, -T or --all-commits)
Mar 17, 2020
skshetry
changed the title
gc: -c works without scope specifier (-w, -a, -T or --all-commits)
gc: -c works without scope specifier (-w,a,T etc)
Mar 17, 2020
As the title says,
dvc gc -c
works without-w
/-T
/-a
specifiers (i.e. by default, it assumes-w
).It'd be good to only get in action when those specifiers are mentioned for
dvc gc -c
.Refs:
Discord discussion
#3363 made it mandatory to require use of flags.
The text was updated successfully, but these errors were encountered: