Skip to content

Commit

Permalink
Add glob option to command reference (#2000)
Browse files Browse the repository at this point in the history
Signed-off-by: Ioana Grigoropol <[email protected]>

Co-authored-by: Ivan Shcheklein <[email protected]>
  • Loading branch information
ju0gri and shcheklein authored Feb 4, 2021
1 parent 75e4dec commit 613f11d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/docs/command-reference/pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and `.dvc` files, and make them visible in the <abbr>workspace</abbr>.

```usage
usage: dvc pull [-h] [-q | -v] [-j <number>] [-r <name>] [-a] [-T]
[-d] [-f] [-R] [--all-commits] [--run-cache]
[-d] [-f] [-R] [--glob] [--all-commits] [--run-cache]
[targets [targets ...]]
positional arguments:
Expand Down Expand Up @@ -122,6 +122,10 @@ used to see what files `dvc pull` would download.
config option with `dvc remote modify`. Using more jobs may speed up the
operation.

- `--glob` - allows pulling files and directories that match the
[pattern](https://docs.python.org/3/library/glob.html) specified in `targets`.
Shell style wildcards supported: `*`, `?`, `[seq]`, `[!seq]`, and `**`

- `-h`, `--help` - prints the usage/help message, and exit.

- `-q`, `--quiet` - do not write anything to standard output. Exit with 0 if no
Expand Down

0 comments on commit 613f11d

Please sign in to comment.