diff --git a/content/docs/command-reference/checkout.md b/content/docs/command-reference/checkout.md index a1ab593167..2cf58c4cb5 100644 --- a/content/docs/command-reference/checkout.md +++ b/content/docs/command-reference/checkout.md @@ -7,7 +7,7 @@ current `dvc.lock` and `.dvc` files. ```usage usage: dvc checkout [-h] [-q | -v] [--summary] [-d] [-R] [-f] - [--relink] + [--relink] [--allow-missing] [targets [targets ...]] positional arguments: @@ -103,6 +103,9 @@ its outputs. achieved by restoring **all data files or directories** referenced in current DVC files (regardless of whether the files/dirs were already present). +- `--allow-missing` - allows the command to succeed even if some files or + directories are missing. + - `-h`, `--help` - shows the help message and exit. - `-q`, `--quiet` - do not write anything to standard output. Exit with 0 if no