Interface LocalInstallStatusExperimental

interface LocalInstallStatus {
    baseUrl?: string;
    compose?: CommandResult;
    directory: string;
    installed: boolean;
    ready: boolean;
    serverImage?: string;
}

Properties

baseUrl?: string
compose?: CommandResult
directory: string
installed: boolean
ready: boolean
serverImage?: string