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
Also, makes fixes for `--overwrite` rename to `--force`
and also remove `remove_with_prompt` which was only being
used with `force\=True` anyway.
Fixiterative#4003
Also, makes fixes for `--overwrite` rename to `--force`
and also remove `remove_with_prompt` which was only being
used with `force\=True` anyway.
Fix#4003
Running
dvc run
again to edit an existing stage in thedvc.yaml
is a very common case:Would be nice to put a hint along with the error message that prints:
ERROR: Stage 'prepare' already exists in 'dvc.yaml'. Add
--overwriteoption to edit the existing stage.
instead of:
ERROR: Stage 'prepare' already exists in 'dvc.yaml'.
that it prints now.
The text was updated successfully, but these errors were encountered: