Forrest logo
back to context overview

dvc-dag

List of commands for dvc-dag:

  • dvc-dag:tldr:43dcb dvc-dag: Visualize the pipeline stages up to a specified target stage.
    $ dvc dag ${target}
    try on your machine
    explain this command
  • dvc-dag:tldr:7168b dvc-dag: Export the pipeline in the dot format.
    $ dvc dag --dot > ${path-to-pipeline-dot}
    try on your machine
    explain this command
  • dvc-dag:tldr:76c37 dvc-dag: Visualize the entire pipeline.
    $ dvc dag
    try on your machine
    explain this command
back to context overview