Skip to content

State

state configures where Orch stores component state and artifacts.

state:
backend: local
config:
path: .orch

If state is omitted, Orch uses the local backend.

FieldRequiredDefaultDescription
backendNolocalState backend name.
configNoBackend defaultsBackend-specific configuration.

See State Backends for backend details.