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:
Puneetha Pai
2020-07-31 20:33:25 +05:30
committed by Starbeamrainbowlabs
parent c6d6d7618c
commit 91e565ba81
11 changed files with 51 additions and 50 deletions

View File

@@ -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: