From 4ae0893a8545894e7102026265989136e2015bc7 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Tue, 23 Jun 2020 02:38:07 +0300 Subject: [PATCH] docs: run: remove --file (#1480) Per https://github.com/iterative/dvc/pull/4086 --- content/docs/command-reference/run.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/docs/command-reference/run.md b/content/docs/command-reference/run.md index 7d3542efe7..41a25f29bc 100644 --- a/content/docs/command-reference/run.md +++ b/content/docs/command-reference/run.md @@ -215,9 +215,8 @@ $ dvc run -n my_stage './my_script.sh $MYENVVAR' This is useful if, for example, you need to build a pipeline quickly first, and run it all at once later. -- `-f`, `--force` - overwrite an existing `dvc.yaml` file (or the file name - determined by the logic described in the `--file` option) without asking for - confirmation. +- `-f`, `--force` - overwrite an existing stage in `dvc.yaml` file without + asking for confirmation. - `--no-run-cache` - forcefully execute the `command` again, even if the same `dvc run` command has already been run in this workspace. Useful if the