Skip to main content

output

The step-level output field overrides the workflow-level output mode for a single step.

workflows:
verbose-deploy:
output: log
steps:
- name: plan
type: atmos
command: terraform plan vpc
output: viewport

Supported values are raw, log, viewport, and none. See workflow-level output for the value definitions.

Terminal-handoff steps such as tty, interactive, and exec own the terminal while they run, so normal output capture modes do not apply in the same way.