@edgible-team/sdk
    Preparing search index...

    Interface StackDiffResult

    Result of StacksClient.diff.

    interface StackDiffResult {
        applications: StackAppDiff[];
        createCount: number;
        inSyncCount: number;
        orphanCount: number;
        updateCount: number;
    }
    Index

    Properties

    applications: StackAppDiff[]
    createCount: number
    inSyncCount: number
    orphanCount: number

    Apps live in the org but not declared in this stack file (report-only).

    updateCount: number