From 5f40d6a12d2bb4f80ef28a9196d50aa54669a6bd Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Sat, 21 Sep 2024 16:02:47 -0700 Subject: [PATCH] docs(checkout): add allow missing arg --- content/docs/command-reference/checkout.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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