Skip to content

Commit

Permalink
docs: run: remove --file
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Jun 22, 2020
1 parent da38a2a commit bb43286
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/docs/command-reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ $ 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
- `-f`, `--force` - overwrite an existing `dvc.yaml` file without asking for
confirmation.

- `--no-run-cache` - forcefully execute the `command` again, even if the same
Expand Down

0 comments on commit bb43286

Please sign in to comment.