Member Junction
    Preparing search index...

    Metadata for a single phase within an install plan.

    InstallPlan.Phases — the ordered list of phase info objects.

    interface PhaseInfo {
        Description: string;
        Id: PhaseId;
        Skipped: boolean;
    }
    Index

    Properties

    Description: string

    Human-readable description of what the phase does.

    Phase identifier (e.g., 'preflight', 'scaffold').

    Skipped: boolean

    Whether this phase will be skipped during execution.