OCC ToolsDocumentationCommands

Your development more productive on the Oracle Commerce Cloud platform

OCC Tools is a free and open source CLI application that makes easier to perform development tasks on the Oracle Commerce Cloud platform.

Get Started

Installation

Install OCC Tools using NPM or Yarn.

OCC Tools can also be installed as either a global package to make it available anyware, or as a project dependency so that you can have a better version control over what version your project is using.

# Install it globally
$ npm install occ-tools -g
# Or add it as a project dependency
$ npm install occ-tools --save