@kentico/kontent-cli
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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 @@ |
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
63667