1.2.1 • Published 6 years ago
sfcc-cli v1.2.1

SFCC CLI
Command Line Interface for Salesforce Commerce Cloud Sandbox Development

Introduction
Make developing for Salesforce Commerce Cloud work with any IDE on MacOS, Windows, and Linux.
- Easily Manage Multiple Clients & Instances
- Watch for code changes and upload in background ( without being prompted for passwords )
- Support for SFRA JS & CSS Compilers
- Support for Eclipse Build Processes
- Log Viewing with Advanced Search & Filter Capabilities
Developer Overview
Commands
sfcc setup- Setup SFCC Developmentsfcc list- List Configured SFCC Clientssfcc delete- Delete Config for Clientsfcc watch- Watch for Changes and Push Updatessfcc log- View Logs with Advanced Search & Filter Capabilitiessfcc remote- Remote Control for your Sandbox Storefrontsfcc help- Get Help when you need it
Additional Information
Install
Requirements
Install via NPM
npm install -g sfcc-cli --no-optional
sfcc setupInstall via Clone
cd ~
git clone https://github.com/redvanworkshop/sfcc-cli.git
cd sfcc-cli
npm install -g --no-optional
sfcc setupInspired by dw-cli. Custom Built for RVW Employees.