Skip to content

status: granular output for directories #2180

@MikkelAntonsen

Description

@MikkelAntonsen

Imagine dvc tracking a directory full of images and files containing labels.

If I delete/change/update a label or image, dvc will tell me that something in the directory has changed, but not exactly what. It would be nice is dvc status could be made more granular, returning something like

data.dvc:
    outputs:
        data/foo: new
        data/bar: deleted

instead of

data.dvc:
	changed outs:
		modified:           data

as it is today.

Thanks:)

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestRequesting a new featurep1-importantImportant, aka current backlog of things to do

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions