oracle-commerce-cloud / occ-layout-manager

Simple OCC layout manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

occ-layout-manager for Oracle Commerce Cloud

Build Status Maintainability Coverage Status

A tool to manage OCC's layouts and widget instances, by automating the repetitive tasks, that can only be done manually through the administration interface.

Installation

npm i -g

Instructions

Usage: olm -n [sourceserver] -k [keys]

A tool to manage OCC's layouts and widget instances.

Options:
  -n, --node <node>           URL for the Commerce Cloud administration interface, for example, http://localhost:9080
  -k, --applicationKey <key>  The application key to use to log in to the Commerce Cloud administration interface
  -l, --locale <iso>          default: en, values: en, fr
  -h, --help                  output usage information

Examples

Instance oparations: Replace an instance by another one.

About

Simple OCC layout manager


Languages

Language:TypeScript 98.8%Language:JavaScript 1.2%