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

    Interface LoadedStackFile

    Result of loadStackFile: where the stack file was found and what it contained.

    interface LoadedStackFile {
        applications: {}[];
        filePath: string;
    }
    Index

    Properties

    applications: {}[]

    Parsed + validated documents, compose files already base64-embedded.

    filePath: string

    Absolute path of the stack file that was read.