Skip to content

Commit

Permalink
cmd: add example section for dag --outs option (iterative#2063)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurobokum authored Dec 28, 2020
1 parent eb738f5 commit 4d9e057
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions content/docs/command-reference/dag.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,30 @@ $ dvc dag
| evaluate |
+----------+
```

Otherwise, it's also possible to visualize the outputs produced by the stages:

```dvc
$ dvc dag --outs
+---------------+
| data/prepared |
+---------------+
*
*
*
+---------------+
| data/features |
**+---------------+**
**** * *****
***** * ****
**** * ****
*** +-----------+ ***
** | model.pkl | **
** +-----------+ **
** ** ** **
** ** ** **
** ** ** **
+-------------+ +----------+
| scores.json | | prc.json |
+-------------+ +----------+
```

0 comments on commit 4d9e057

Please sign in to comment.