Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dvc: replace pipeline with dag #3905

Merged
merged 1 commit into from
May 31, 2020
Merged

dvc: replace pipeline with dag #3905

merged 1 commit into from
May 31, 2020

Commits on May 31, 2020

  1. dvc: replace pipeline with dag

    `pipeline list` is no more, it had some very questionable applications
    (none to be precise) and was duplicating old `pipeline show` functionality.
    We might introduce a different command to assist in listing (e.g. for
    shell completion) in the future.
    
    New `dvc dag` replaces `dvc pipeline show` and by-default will show
    all pipelines in the project in ASCII (so there is no more --ascii)
    and also `--dot` support, just like before. When given a target,
    `dvc dag` (in any mode) will show DAG that leads to the target,
    skipping the descendants, unless `--full` is specified.
    efiop committed May 31, 2020
    Configuration menu
    Copy the full SHA
    db798d3 View commit details
    Browse the repository at this point in the history