stage
The stage step type prints numbered progress markers like [Stage 1/3] Setup, giving multi-step custom commands and workflows a clear sense of overall progress.
steps:
- name: setup
type: stage
title: Setup
- command: terraform init vpc
- name: deploy
type: stage
title: Deploy
Fields
title- Optional stage label. Supports templates. When omitted, Atmos uses the step name.
Atmos counts only steps with type: stage when rendering the stage total.