@kentico/kontent-cli
Advanced tools
Comparing version 0.1.0-next.7 to 0.1.0-next.8
@@ -59,4 +59,5 @@ "use strict"; | ||
alias: 'ep', | ||
describe: 'Indicates if language variants published on the source project are also published on target', | ||
describe: 'Indicates if language variants published on the source project are also published on target. Enabled by default', | ||
type: 'boolean', | ||
default: true, | ||
}, | ||
@@ -127,3 +128,2 @@ }) | ||
fixLanguages: true, | ||
workflowIdForImportedItems: '00000000-0000-0000-0000-000000000000', | ||
}); | ||
@@ -130,0 +130,0 @@ yield importService.importFromSourceAsync(zipData); |
@@ -24,3 +24,4 @@ #!/usr/bin/env node | ||
.example('kontent', 'backup --action backup --environment <YOUR_ENVIRONMENT>') | ||
.example('kontent', 'backup --action restore --name backup_file --project-id <YOUR_PROJECT_ID> --api-key <YOUR_MANAGEMENT_API_KEY> --enable-publish') | ||
.example('kontent', 'backup --action restore --name backup_file --project-id <YOUR_PROJECT_ID> --api-key <YOUR_MANAGEMENT_API_KEY>') | ||
.example('kontent', 'backup --action restore --name backup_file --environment <YOUR_ENVIRONMENT> --enable-publish false') | ||
.example('kontent', 'backup --action clean --project-id <YOUR_PROJECT_ID> --api-key <YOUR_MANAGEMENT_API_KEY>') | ||
@@ -27,0 +28,0 @@ .strict().argv; |
{ | ||
"name": "@kentico/kontent-cli", | ||
"version": "0.1.0-next.7", | ||
"version": "0.1.0-next.8", | ||
"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": "2.0.0-next.1", | ||
"@kentico/kontent-backup-manager": "3.0.1", | ||
"chalk": "^4.0.0", | ||
@@ -57,3 +57,3 @@ "dotenv": "^8.2.0", | ||
"peerDependencies": { | ||
"@kentico/kontent-management": "^1.0.0-next.5" | ||
"@kentico/kontent-management": "^1.2.0" | ||
}, | ||
@@ -60,0 +60,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
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
95486
1065
+ Added@kentico/kontent-backup-manager@3.0.1(transitive)
+ Added@kentico/kontent-management@1.1.0(transitive)
- Removed@kentico/kontent-backup-manager@2.0.0-next.1(transitive)
- Removed@kentico/kontent-management@1.0.0-next.5(transitive)