@frontitude/cli
Version:
The Frontitude CLI enables product teams to integrate their code with Frontitude (frontitude.com), thus creating a single source of truth for their product copy, from design to development.
9 lines (8 loc) • 564 B
TypeScript
export declare const generateFrontitudeProjectLink: (projectId: string) => string;
export declare const pullProjectsTexts: (projectIds: Array<string>, { status, hasKey, isIncludeTranslations, isIncludeMetadata, isUseNestedFormat, tagIds, pageIds, frameIds }: TextsPullOptions) => Promise<any>;
export declare const mapPageNamesToIds: (projectIds: string[], pageNames: string[]) => Promise<{
[key: string]: string[];
}>;
export declare const mapFrameNamesToIds: (projectIds: string[], frameNames: string[]) => Promise<{
[key: string]: string[];
}>;