10 lines
479 B
Text
10 lines
479 B
Text
# IaC Orchestrator Integration Module
|
|
# Provides Infrastructure-from-Code to orchestrator conversion utilities
|
|
|
|
# iac/ subsystem facade — selective re-exports (ADR-025 Phase 3 Layer 3).
|
|
# Former `use iac_orchestrator *` was broken (missing `./` prefix and plain use
|
|
# instead of export use — facade wasn't actually re-exporting).
|
|
export use ./iac_orchestrator.nu [
|
|
iac-to-workflow export-workflow-nickel submit-to-orchestrator
|
|
monitor-workflow orchestrate-from-iac
|
|
]
|