Skip to content

Commit

Permalink
docs(checkout): add allow missing arg (#5311)
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein committed Sep 23, 2024
1 parent 9ca815b commit ce304da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/docs/command-reference/checkout.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ce304da

Please sign in to comment.