contentful-import
Version:
this tool allows you to import JSON dump exported by contentful-export
70 lines (68 loc) • 2.02 kB
text/typescript
declare const _default: {
[x: string]: unknown;
"space-id": string;
spaceId: string;
"environment-id": string;
environmentId: string;
"management-token": string;
managementToken: string;
"content-file": string;
contentFile: string;
"content-model-only": boolean;
contentModelOnly: boolean;
"skip-content-model": boolean;
skipContentModel: boolean;
"skip-locales": boolean;
skipLocales: boolean;
"skip-content-publishing": boolean;
skipContentPublishing: boolean;
"upload-assets": boolean | undefined;
uploadAssets: boolean | undefined;
"assets-directory": string | undefined;
assetsDirectory: string | undefined;
"error-log-file": string | undefined;
errorLogFile: string | undefined;
host: string;
proxy: string | undefined;
"raw-proxy": boolean;
rawProxy: boolean;
"rate-limit": number;
rateLimit: number;
header: string | undefined;
_: (string | number)[];
$0: string;
} | Promise<{
[x: string]: unknown;
"space-id": string;
spaceId: string;
"environment-id": string;
environmentId: string;
"management-token": string;
managementToken: string;
"content-file": string;
contentFile: string;
"content-model-only": boolean;
contentModelOnly: boolean;
"skip-content-model": boolean;
skipContentModel: boolean;
"skip-locales": boolean;
skipLocales: boolean;
"skip-content-publishing": boolean;
skipContentPublishing: boolean;
"upload-assets": boolean | undefined;
uploadAssets: boolean | undefined;
"assets-directory": string | undefined;
assetsDirectory: string | undefined;
"error-log-file": string | undefined;
errorLogFile: string | undefined;
host: string;
proxy: string | undefined;
"raw-proxy": boolean;
rawProxy: boolean;
"rate-limit": number;
rateLimit: number;
header: string | undefined;
_: (string | number)[];
$0: string;
}>;
export { _default as default };