plan
Module: plan
Section titled “Module: plan”Contents
Section titled “Contents”Functions
resolve_stack_config- Resolve the unified config for the stack.
firma_stack::plan::resolve_stack_config
Section titled “firma_stack::plan::resolve_stack_config”Function
Resolve the unified config for the stack.
An explicit --config path takes precedence; otherwise
firma-config-loader discovery is used.
Errors
Section titled “Errors”Returns [StackError::ConfigResolution] when a selected configuration cannot be
resolved, or [StackError::ConfigNotFound] when discovery finds no firma.toml.
fn resolve_stack_config(cli_override: Option<&std::path::Path>) -> Result<crate::config::StackConfig, crate::error::StackError>