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

@kentico/kontent-cli

Package Overview
Dependencies
Maintainers
7
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.0.1 to 0.0.2

2

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

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -52,6 +52,6 @@ # Kentico Kontent CLI

# Registers an environment (a pair of two keys, a project ID and API key used to manage the project) for migrations.
kontent environment add DEV --api-key <Api key> --project-id <Project ID> (Use the copy of your production project from the first step)
kontent environment add --name DEV --api-key <Api key> --project-id <Project ID> (Use the copy of your production project from the first step)
# Runs a specific migration.
kontent migration run 01_sample_init_createBlogType
npm run migrate 01_sample_init_createBlogType
```

@@ -58,0 +58,0 @@

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