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

    Interface PullReport

    interface PullReport {
        entries: PullEntry[];
        missing: string[];
        drifted: string[];
        clean: boolean;
    }
    Index

    Properties

    entries: PullEntry[]
    missing: string[]

    journaled refs whose live resource is GONE (deleted outside the config) — the next apply re-creates them.

    drifted: string[]

    journaled refs whose live outputs differ from the journal.

    clean: boolean

    nothing missing or drifted (unknowns don't count — we couldn't verify them).