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.7 to 0.1.0-next.8

4

lib/cmds/backup.js

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

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