How to rerun a task and its downstream dependencies through CLI

I want to rerun a task and its dependencies for a set of execution dates. I would like to do this through the CLI. I do not wish to rerun the entire DAG for each of these dates because that would take forever and it would be a waste of computational resources. How would I do this?