@azure/static-web-apps-cli
Version:
Azure Static Web Apps CLI
20 lines • 698 B
TypeScript
/**
* Gets the filepath where the Microsoft.DataApiBuilder.exe is located
* - Gets the latest version from the manifest file
* - Checks if it is installed and is latest or not already
* - Gets the installed path if it is already present
* - Downloads, unzips and Installs if not already present
* @params null
*
* @returns binaryPath
*/
export declare function installAndGetDataApiBuilder(): Promise<{
binaryPath: string;
}>;
/**
* the Data-api-builder binary for given OS
* @param platform current OS
* @returns the Data-api-builder binary for given OS
*/
export declare function getDefaultDataApiBuilderBinaryForOS(platform: string): string;
//# sourceMappingURL=dab.d.ts.map