CLI to manage OCC development at Driven.cx
npm i helioricardo/driven-occ
npx docc -sConfig an enviroment
npx docc -e configChange the enviroment
npx docc -e changeGet the current enviroment
npx docc -e currentGrabing the current environment data
npx docc -gStarts Watcher + Browsersync. - Note: Click here to see how configure Browsersync.
npx docc -dCreates widget or element. - Options: widget, element.
npx docc -c <type>Ps.: You need DesignCodeUtility in the root folder.
Starts the Server-side Extension Manager. - Options: download, upload, transfer
npx docc -x <operation>Refreshing a path from the current environment
npx docc -r <path>path is relative to the project root as in widgets/widget/DRV\ Banner
PutAll sends a path to the current environment
npx docc -pa <path>Put a file to the current environment
npx docc -p <file>file is relative to the project root as in widgets/global/app.js
Transfer a file between current and target environment
npx docc -t <file>Transfer the entire path between current and target environment. Used to CI/CD deploys
npx docc -ta <path>https://github.com/18F/open-source-guide/blob/18f-pages/pages/making-readmes-readable.md