diff --git a/content/docs/command-reference/exp/show.md b/content/docs/command-reference/exp/show.md index 83ced55e72..0d27481618 100644 --- a/content/docs/command-reference/exp/show.md +++ b/content/docs/command-reference/exp/show.md @@ -65,6 +65,8 @@ metric or param. - `-A`, `--all-commits` - include experiments derived from all Git commits, as well as from the last one. This prints all experiments in the project. +- `-n `, `--num ` - show the last `num` commits from HEAD. + - `--no-pager` - do not enter the pager screen. Writes the entire table to standard output. Useful to redirect the output to a file, or use your own paginator.