- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.3k
 
Closed
Labels
A: experimentsRelated to dvc expRelated to dvc expbugDid we break something?Did we break something?p3-nice-to-haveIt should be done this or next sprintIt should be done this or next sprint
Description
Bug Report
Description
dvc repro --glob 't*' runs all the stages starting with t in the current directory.
dvc exp run --glob 't*' looks for a stage having the name t*, and it can't find.
Reproduce
dvc stage add -n t1 echo t1
dvc stage add -n t2 echo t2
dvc stage add -n t3 echo t3
dvc stage add -n t4 echo t4
dvc exp run --glob 't*'
Expected
I expect --glob to run multiple stages.
Environment information
dvc 2.6.3
Metadata
Metadata
Assignees
Labels
A: experimentsRelated to dvc expRelated to dvc expbugDid we break something?Did we break something?p3-nice-to-haveIt should be done this or next sprintIt should be done this or next sprint