0.1.1 • Published 2 years ago

sitecore-cdp-personalize-cli v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

TODO: Add logo and badges here

Installation

Sitecore CDP/Personalize CLI requires Node.js version 14 or above. To install, run the following commands from any directory in your terminal:

npm install cdp-personalize-cli -g

When using the CLI in a CI environment we recommend installing it locally as a development dependency, instead of globally. To install locally, run the following command from the root directory of your project:

npx install --save-dev cdp-personalize-cli

Important: Running npm install cdp-personalize-cli -g in CI means you're always installing the latest version of the CLI, including breaking changes. When you install locally and use a lock file you guarantee reproducible builds.

Usage

Documentation

Commands

api

Run Sitecore CDP/Personalize API's.

deploy

Commands to pick up local artifacts and deploy to a Sitecore CDP/Personalize tenant.

0.1.1

2 years ago