UNPKG

@facets-cloud/facetsctlv3

Version:
13 lines (12 loc) 357 B
export interface ArtifactInfo { projectName: string; serviceName?: string; ciIntegrationName?: string; artifactoryName: string; repositoryUrl: string; } export declare class ArtifactService { static getArtifactFilePath(): string; static readArtifactInfo(): ArtifactInfo; static writeArtifactInfo(info: ArtifactInfo): void; }