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 to 0.2.0-next.1

0

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

@@ -0,0 +0,0 @@ "use strict";

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

6

package.json
{
"name": "@kentico/kontent-cli",
"version": "0.1.0",
"version": "0.2.0-next.1",
"description": "Command line interface tool that can be used for generating and running Kontent migration scripts",

@@ -50,3 +50,3 @@ "main": "./lib/index.js",

"dependencies": {
"@kentico/kontent-backup-manager": "3.0.1",
"@kentico/kontent-backup-manager": "3.2.1",
"chalk": "^4.0.0",

@@ -57,3 +57,3 @@ "dotenv": "^8.2.0",

"peerDependencies": {
"@kentico/kontent-management": "^1.2.0"
"@kentico/kontent-management": "^2.0.0"
},

@@ -60,0 +60,0 @@ "devDependencies": {

@@ -25,6 +25,5 @@ # Kentico Kontent CLI

The Kontent CLI requires Node 10+ and npm 6+, and uses the [Kontent Management SDK](https://github.com/Kentico/kontent-management-sdk-js) to manipulate content in your projects. The SDK has a peer dependency on `rxjs`, which you need to install as well.
The Kontent CLI requires Node 10+ and npm 6+, and uses the [Kontent Management SDK](https://github.com/Kentico/kontent-management-sdk-js) to manipulate content in your projects.
```sh
npm install rxjs --save
npm install -g @kentico/kontent-cli

@@ -39,3 +38,3 @@ ```

When you need to add new features to your project and app, it's better to verify the changes in a separate non-production environment. In Kentico Kontent, [clone your project](https://docs.kontent.ai/tutorials/set-up-projects/manage-projects/cloning-existing-projects#a-cloning-an-entire-project) from the list of your projects.
When you need to add new features to your project and app, it's better to verify the changes in a separate non-production environment. In Kentico Kontent, [clone your project](https://kontent.ai/learn/tutorials/manage-kontent/projects/clone-projects) from the list of your projects.

@@ -42,0 +41,0 @@ ### 2. Prepare Kontent CLI boilerplate

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