sfccdevops / sfcc-cli

Command Line Interface for Salesforce Commerce Cloud Sandbox Development

Home Page:https://github.com/sfccdevops/sfcc-cli/packages/1520765

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Support

If you or your company enjoy using this project, please consider supporting my work and joining my discord. 💖

Become a GitHub Sponsor Become a Patreon Sponsor Donate via PayPal Join Discord Community


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 @sfccdevops/sfcc-cli --no-optional
sfcc setup

Install via Clone

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

Inspired by dw-cli. Custom Built for SFCC Developers.

About the Author

Peter Schmalfeldt is a Certified Senior Salesforce Commerce Cloud Developer with over 20 years of experience building eCommerce websites, providing everything you need to design, develop & deploy eCommerce applications for Web, Mobile & Desktop platforms.

Disclaimer

The trademarks and product names of Salesforce®, including the mark Salesforce®, are the property of Salesforce.com. SFCC DevOps is not affiliated with Salesforce.com, nor does Salesforce.com sponsor or endorse the SFCC DevOps products or website. The use of the Salesforce® trademark on this project does not indicate an endorsement, recommendation, or business relationship between Salesforce.com and SFCC DevOps.

About

Command Line Interface for Salesforce Commerce Cloud Sandbox Development

https://github.com/sfccdevops/sfcc-cli/packages/1520765

License:MIT License


Languages

Language:JavaScript 100.0%