Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kentico/kontent-cli

Package Overview
Dependencies
Maintainers
11
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kentico/kontent-cli - npm Package Compare versions

Comparing version 0.1.0-next.8 to 0.1.0

0

lib/cmds/backup.d.ts
export {};
//# sourceMappingURL=backup.d.ts.map

1

lib/cmds/backup.js

@@ -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";

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc