Skip to content

Commit

Permalink
Restyle docs: add glob option for push command (#2005)
Browse files Browse the repository at this point in the history
* docs: add glob option for push command

Signed-off-by: Ioana Grigoropol <ioana.grigoropol@gmail.com>

* Restyled by prettier

Co-authored-by: Ioana Grigoropol <ioana.grigoropol@gmail.com>
Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
3 people authored Dec 15, 2020
1 parent 5396235 commit b6c5856
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/docs/command-reference/push.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and `.dvc` files.

```usage
usage: dvc push [-h] [-q | -v] [-j <number>] [-r <name>] [-a] [-T]
[--all-commits] [-d] [-R] [--run-cache]
[--all-commits] [--glob] [-d] [-R] [--run-cache]
[targets [targets ...]]
positional arguments:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b6c5856

Please sign in to comment.