Skip to content

Commit

Permalink
docs: run: remove --file (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jun 22, 2020
1 parent da38a2a commit 4ae0893
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/docs/command-reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ae0893

Please sign in to comment.