1.2.1 • Published 5 years ago

sfcc-cli v1.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Logo

SFCC CLI

Command Line Interface for Salesforce Commerce Cloud Sandbox Development

demo

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

Additional Information

Install

Requirements

Install via NPM

npm install -g sfcc-cli --no-optional
sfcc setup

Install via Clone

cd ~
git clone https://github.com/redvanworkshop/sfcc-cli.git
cd sfcc-cli
npm install -g --no-optional
sfcc setup

Inspired by dw-cli. Custom Built for RVW Employees.