Expand configured step output in a job

I’d like a configuration on a job’s step to have it automatically expanded when viewing a run of that job on CircleCI.com.

Something like:

steps:
  - checkout
  - run:
     command: make tests
     expand: true

So that in the steps tab of a job that step has it’s output expanded automatically.

I see use in this for highlighting the most important output of a job to users, e.g. the terraform plan step in a Terraform job.

Anything like this on the roadmap?