Skip to main content

resolve_deploy_invocation

Function resolve_deploy_invocation 

Source
pub fn resolve_deploy_invocation(
    config: &XbpConfig,
    target: Option<String>,
    env: Option<String>,
    mode: DeployMode,
    mode_explicit: bool,
    yes: bool,
    force_non_interactive: bool,
) -> Result<ResolvedDeployInvocation, String>
Expand description

Resolve missing target / mode / env via TTY prompts when possible.