From ce304daa25471682ce1005c9b8dbf857c436d7c9 Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Mon, 23 Sep 2024 08:29:53 -0700 Subject: [PATCH] docs(checkout): add allow missing arg (#5311) --- 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