Skip to main content

plan

Function plan 

Source
pub async fn plan(
    _settings: &Settings,
    client: &Client,
    executor: &DeploymentExecutor<'_>,
    planned_project: &Project,
    apply_plan: &mut ApplyPlan,
) -> Result<ApplyResult, CliError>
Expand description

Plan only table objects (no deployment tracking, no execution).