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

    Interface StackAppDiff

    Drift report for one stack application.

    interface StackAppDiff {
        applicationId?: string;
        changes?: StackChange[];
        currentVersion?: number;
        name: string;
        state: StackAppDiffState;
    }
    Index

    Properties

    applicationId?: string

    Live application id, when deployed or orphaned.

    changes?: StackChange[]

    Present when state is 'would-update'.

    currentVersion?: number

    Deployed declaration version the diff was computed against.

    name: string