Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regular updates (May 11) #1283

Merged
merged 33 commits into from
May 24, 2020
Merged
Changes from 2 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
29a8f3c
term: avoid "continuous" and fix many typos around metrics cmd refs
jorgeorpinel May 8, 2020
5d4d72e
term: review language around word "should" to sound less authoritative
jorgeorpinel May 9, 2020
3908f4b
term: review authoritative language usage, et al.
jorgeorpinel May 9, 2020
fc74d02
term: review usage of "entry", exp. around cache topic
jorgeorpinel May 9, 2020
065f78f
cmd ref: full revision of plot refs and misc. related fixes and impro…
jorgeorpinel May 10, 2020
780aa2e
cmd ref: avoid term "revision" in plot diff, et al.
jorgeorpinel May 10, 2020
903d4f8
Merge branch 'master' into 2020-05-07
jorgeorpinel May 11, 2020
7485932
cmd ref: copy edits on s3 ssa param
jorgeorpinel May 12, 2020
8148273
cmd ref: match plot cmd ref to core repo, et al.
jorgeorpinel May 12, 2020
20c7db5
Merge branch 'master' into 2020-05-11
jorgeorpinel May 13, 2020
e8046ea
cmd ref: add --all to metrics diff
jorgeorpinel May 13, 2020
9176a24
cmd ref: update metrics diff --all description
jorgeorpinel May 14, 2020
785f455
cmd ref: update run params example to clarify what DVC does and does not
jorgeorpinel May 14, 2020
868e516
install: remove hyphen
jorgeorpinel May 15, 2020
2f6f61a
Merge branch 'master' into 2020-05-11
jorgeorpinel May 19, 2020
67f0648
user-guide: add full stop
jorgeorpinel May 19, 2020
c313c22
blog: add SEO idea to gsod post
jorgeorpinel May 20, 2020
036672d
api: remove manual links to `dvc.api`
jorgeorpinel May 20, 2020
0d545b9
api: typo
jorgeorpinel May 20, 2020
5a3513d
Merge branch 'master' into 2020-05-11
jorgeorpinel May 20, 2020
f0c0ac4
user-guide: update docs contrib guide
jorgeorpinel May 20, 2020
23a3f34
cmd ref: updates to plot templates
jorgeorpinel May 20, 2020
fa5299a
cmd ref: misc. fixes
jorgeorpinel May 21, 2020
db2c08c
Merge branch 'master' into 2020-05-11
jorgeorpinel May 23, 2020
636ae14
docs: added dots to card text in home
jorgeorpinel May 23, 2020
592bc54
blog: update new SEO project idea in GSoD post
jorgeorpinel May 23, 2020
4e7bed9
blog: link SEO idea in GSoD post to SEO issues in repo
jorgeorpinel May 23, 2020
59f7d33
Some decription of the rename command
karajan1001 May 19, 2020
f3313c4
Update content/docs/command-reference/remote/rename.md
jorgeorpinel May 19, 2020
eae871c
cmd ref: put remote rename in the nav and highligher, link from index
jorgeorpinel May 23, 2020
7ae09f1
cmd ref: complete remote rename and link it from the other subcommands
jorgeorpinel May 23, 2020
c207d5b
Merge branch 'master' into 2020-05-11
jorgeorpinel May 24, 2020
fb498c2
user-guide: review intentation of sample commands in external deps guide
jorgeorpinel May 24, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions content/docs/command-reference/metrics/diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ commits in the <abbr>DVC repository</abbr>, or between a commit and the
```usage
usage: dvc metrics diff [-h] [-q | -v]
[--targets [<path> [<path> ...]]]
[-t <type>] [-x <path>] [-R]
[--show-json] [--show-md]
[a_ref] [b_ref]
[-t <type>] [-x <path>] [-R] [--all]
[--show-json] [--show-md] [a_ref] [b_ref]

positional arguments:
a_rev Old Git commit to compare (defaults to HEAD)
Expand Down Expand Up @@ -61,6 +60,8 @@ They're calculated between two commits (hash, branch, tag, or any
path is allowed. It will override `xpath` defined in the corresponding
DVC-file. See `dvc metrics show` for more details.

- `--all` - list all metrics, even those without differences to compare.
jorgeorpinel marked this conversation as resolved.
Show resolved Hide resolved

- `--show-json` - prints the command's output in easily parsable JSON format,
instead of a human-readable table.

Expand Down