File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
content/docs/command-reference/metrics Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,15 @@ stages:
63
63
cache : false
64
64
` ` `
65
65
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
70
75
71
76
# ## Supported file formats
72
77
You can’t perform that action at this time.
0 commit comments