diff --git a/content/docs/command-reference/push.md b/content/docs/command-reference/push.md index 658701d382..55bfa91505 100644 --- a/content/docs/command-reference/push.md +++ b/content/docs/command-reference/push.md @@ -8,7 +8,7 @@ and `.dvc` files. ```usage usage: dvc push [-h] [-q | -v] [-j ] [-r ] [-a] [-T] - [--all-commits] [-d] [-R] [--run-cache] + [--all-commits] [--glob] [-d] [-R] [--run-cache] [targets [targets ...]] positional arguments: @@ -98,6 +98,10 @@ in the cache (compared to the default remote.) It can be used to see what files option with `dvc remote modify`. Using more jobs may improve the overall transfer speed. +- `--glob` - allows pushing 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