@kentico/kontent-cli
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "@kentico/kontent-cli", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Command line interface tool that can be used for generating and running Kontent migration scripts", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -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 | ||
@@ -31,0 +30,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
94130
140