How to view downstream deps of a model via dbt cli

I have some dbt models. From my terminal with the dbt cli, is there a command I can run that will list all the downstream deps of a given model, something like dbt dag -m some_model and it should output all the models that have a ref (‘some_model’)?

The dbt cli help didn’t have such a command, but how could there not be a way to do this?