@kentico/kontent-cli
Advanced tools
Comparing version 0.1.0 to 0.2.0-next.1
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"; |
{ | ||
"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 |
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
95234
140
+ Added@kentico/kontent-backup-manager@3.2.1(transitive)
+ Added@kentico/kontent-core@9.5.0(transitive)
+ Added@kentico/kontent-management@1.7.02.9.2(transitive)
+ Addedaxios@0.26.1(transitive)
+ Addedjszip@3.7.1(transitive)
+ Addedyargs@17.3.0(transitive)
+ Addedyargs-parser@21.1.1(transitive)
- Removed@kentico/kontent-backup-manager@3.0.1(transitive)
- Removed@kentico/kontent-core@9.0.1(transitive)
- Removed@kentico/kontent-management@1.1.01.8.0(transitive)
- Removedaxios@0.21.1(transitive)
- Removedjszip@3.6.0(transitive)
- Removedmime@2.5.2(transitive)
- Removedyargs@17.0.1(transitive)
- Removedyargs-parser@20.2.9(transitive)