Hey @fernandobrito! dbt’s CLI doesn’t have this functionality as of now. Generally, the dbt CLI doesn’t expect to report results back to the command line…the command line is not a place that most data analysts want to parse through the result set of a query, although you may want that!
dbt Core does bundle in the dbt server, which is under-the-hood what is performing the compile-and-run functionality that dbt Cloud provides. So you could spin up a UI on top of the dbt server that might work for you. There is a decent amount of work involved in making sure that the project is in a good state, though, because once you bring up the dbt server and then change code that it’s plugged into it needs to be told about those changes.
Can you say a little more about how this would fit into your workflow? How would you expect to use this? Is there a reason that the dbt Cloud interface doesn’t work for you?