From b01c70cbb546991c18604e373aa2b5d818a62577 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Mon, 4 May 2020 17:20:56 +0300 Subject: [PATCH] docs: run: remove -y|--yes Per https://github.com/iterative/dvc/pull/3737 --- content/docs/command-reference/run.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/docs/command-reference/run.md b/content/docs/command-reference/run.md index af00ef4f17..0eef7fae8e 100644 --- a/content/docs/command-reference/run.md +++ b/content/docs/command-reference/run.md @@ -8,7 +8,7 @@ command and execute the command. ```usage usage: dvc run [-h] [-q | -v] [-d ] [-o ] [-O ] [-p ] [-m ] [-M ] [-f ] - [-w ] [--no-exec] [-y] [--overwrite-dvcfile] + [-w ] [--no-exec] [--overwrite-dvcfile] [--ignore-build-cache] [--no-commit] [--outs-persist ] [--outs-persist-no-cache ] [--always-changed] @@ -156,8 +156,6 @@ data pipeline (e.g. random numbers, time functions, hardware dependency, etc.) stage is actually executed. This is useful if, for example, you need to build a pipeline (dependency graph) first, and then run it all at once. -- `-y`, `--yes` (_deprecated_) - See `--overwrite-dvcfile` below. - - `--overwrite-dvcfile` - overwrite an existing DVC-file (with file name determined by the logic described in the `-f` option) without asking for confirmation.