Skip to content

Commit

Permalink
Restyle cmd: add '--show-md' flag for 'dvc metrics show' command (ite…
Browse files Browse the repository at this point in the history
…rative#4770) (iterative#2058)

* cmd: add '--show-md' flag for 'dvc metrics show' command (iterative#4770)

* Update content/docs/command-reference/metrics/show.md

* Restyled by prettier

Co-authored-by: Pavel Ditenbir <[email protected]>
Co-authored-by: Jorge Orpinel <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
4 people authored Dec 30, 2020
1 parent 4d9e057 commit e7eb61f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/docs/command-reference/metrics/show.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Print [metrics](/doc/command-reference/metrics), with optional formatting.

```usage
usage: dvc metrics show [-h] [-q | -v] [-a] [-T] [--all-commits] [-R]
[--show-json]
[--show-json] [--show-md]
[targets [targets ...]]
positional arguments:
Expand Down Expand Up @@ -47,6 +47,8 @@ compares them with a previous version.
- `--show-json` - prints the command's output in easily parsable JSON format,
instead of a human-readable table.

- `--show-md` - prints the command's output in Markdown table format.

- `-R`, `--recursive` - determines the metrics files to show by searching each
target directory and its subdirectories for `dvc.yaml` files to inspect. If
there are no directories among the `targets`, this option is ignored.
Expand Down

0 comments on commit e7eb61f

Please sign in to comment.