@apistudio/apim-cli
Version:
CLI for API Management Products
9 lines • 604 B
TypeScript
/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
import { GatewaysJson } from '@apic/studio-shared';
import { GatewayResponseAPI } from '../../model/studio/deploy-response-model.js';
export declare const prepareGatewayJson: (target: string, username: string, password: string, overwrite: boolean, is_mcsp_enabled: boolean) => GatewaysJson;
export declare const prepareArchiveBuffer: (archivePath: string) => Buffer;
export declare const executeDeployment: (gatewayJson: GatewaysJson, fileBuffer: Buffer) => Promise<GatewayResponseAPI[]>;
//# sourceMappingURL=projects-deployer.d.ts.map