validation.yaml982 B
View on GitHubname: Validation
description: Operator workflows for validating quick-start stack configuration
workflows:
operator/validate:
description: Show validation and component discovery commands for operators.
steps:
- name: catalog
type: stage
title: Component catalog
- name: list-components
type: spin
title: Preparing component catalog command
command: true
- name: show-components
command: list components
- name: instances
type: stage
title: Component instances
- name: show-instances
command: list instances --format tree --provenance
- name: validation-note
type: markdown
content: |
Run `atmos validate stacks` after the sandbox is started to validate the stack manifests with runtime-backed functions enabled.
- name: done
type: toast
level: info
content: "Operator validation commands are ready."