@suluk/provision - v0.2.0
    Preparing search index...

    Interface ProvisionPlan

    interface ProvisionPlan {
        steps: PlanStep[];
        orphans: string[];
        clean: boolean;
    }
    Index

    Properties

    Properties

    steps: PlanStep[]
    orphans: string[]

    refs present in state but absent from config — deprovisioned only when pruning is on (else surfaced, not touched).

    clean: boolean

    true when every step is a noop and there are no (prunable) orphans — the check CI gate passes on this.