Apply suggestions from code review
Thanks @sbrl. Will keep grammatical mistakes to minimum next time :smile Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
c6d6d7618c
commit
91e565ba81
@@ -1,19 +1,19 @@
|
||||
# dvc dag
|
||||
|
||||
> Visualize the pipeline(s) in dvc.yaml.
|
||||
> Visualize the pipeline(s) defined in `dvc.yaml`.
|
||||
> More information: <https://dvc.org/doc/command-reference/dag>.
|
||||
|
||||
- Visualize entire pipeline:
|
||||
- Visualize the entire pipeline:
|
||||
|
||||
`dvc dag`
|
||||
|
||||
- Visualize pipeline stages up to a target stage:
|
||||
- Visualize the pipeline stages up to a specified target stage:
|
||||
|
||||
`dvc dag {{target}}`
|
||||
|
||||
- Export pipeline in dot format:
|
||||
- Export the pipeline in the dot format:
|
||||
|
||||
`dvc dag --dot > pipeline.dot`
|
||||
`dvc dag --dot > {{path/to/pipeline.dot}}`
|
||||
|
||||
- Export pipeline as SVG:
|
||||
|
||||
|
Reference in New Issue
Block a user