Skip to content

Commit ac805cc

Browse files
committed
metrics: info on non-output usage
1 parent 83159e0 commit ac805cc

File tree

1 file changed

+9
-4
lines changed
  • content/docs/command-reference/metrics

1 file changed

+9
-4
lines changed

content/docs/command-reference/metrics/index.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,15 @@ stages:
6363
cache: false
6464
```
6565
66-
> `cache: false` above specifies that `summary.json` is not tracked or
67-
> <abbr>cached</abbr> by DVC (`-M` option of `dvc stage add`). These metrics
68-
> files are normally committed with Git instead. See `dvc.yaml` for more
69-
> information on the file format above.
66+
> Notes:
67+
>
68+
> - `cache: false` above specifies that `summary.json` is not tracked or
69+
> <abbr>cached</abbr> by DVC (`-M` option of `dvc stage add`). These metrics
70+
> files are normally committed with Git instead. See `dvc.yaml` for more
71+
> information on the file format above.
72+
> - even though `dvc metrics` subcommands use the metrics files specifed in
73+
> `dvc.yaml` by default, they can be used on any file, as long as they are
74+
> specified via `targets` argument
7075

7176
### Supported file formats
7277

0 commit comments

Comments
 (0)