@kentico/kontent-cli
Advanced tools
Comparing version 0.1.0-next.8 to 0.1.0
export {}; | ||
//# sourceMappingURL=backup.d.ts.map |
@@ -19,3 +19,2 @@ "use strict"; | ||
const fileUtils_1 = require("../utils/fileUtils"); | ||
// TODO - decide whether to use thi implementation or i.e. fs module or any other standard | ||
const node_1 = require("@kentico/kontent-backup-manager/dist/cjs/lib/node"); | ||
@@ -22,0 +21,0 @@ const kontentBackupCommand = { |
export {}; | ||
//# sourceMappingURL=environment.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; | ||
//# sourceMappingURL=add.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; | ||
//# sourceMappingURL=migration.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; | ||
//# sourceMappingURL=add.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; | ||
//# sourceMappingURL=run.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
#!/usr/bin/env node | ||
export {}; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ import { ManagementClient } from '@kentico/kontent-management'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface IEnvironment { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=environment.js.map |
@@ -0,0 +0,0 @@ import { MigrationModule } from '../types'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=migration.js.map |
@@ -0,0 +0,0 @@ export interface IMigrationStatus { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=status.js.map |
@@ -0,0 +0,0 @@ export declare enum TemplateType { |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; | ||
//# sourceMappingURL=createMigration.test.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; | ||
//# sourceMappingURL=duplicateMigration.test.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; | ||
//# sourceMappingURL=fileUtils.test.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; | ||
//# sourceMappingURL=statusManager.test.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ManagementClient } from '@kentico/kontent-management'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=index.js.map |
@@ -0,0 +0,0 @@ import { IEnvironmentsConfig } from '../models/environment'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ManagementClient } from '@kentico/kontent-management'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare const markAsCompleted: (projectId: string, name: string, order: number) => void; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@kentico/kontent-cli", | ||
"version": "0.1.0-next.8", | ||
"version": "0.1.0", | ||
"description": "Command line interface tool that can be used for generating and running Kontent migration scripts", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94231
1064