All Projects → redvanworkshop → sfcc-cli

redvanworkshop / sfcc-cli

Licence: MIT License
Command Line Interface for Salesforce Commerce Cloud Sandbox Development

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to sfcc-cli

rvw developers core
SFCC Developers Core Cartridge. A Salesforce Commerce Cloud (Demandware) Cartridge for Developers.
Stars: ✭ 43 (+138.89%)
Mutual labels:  sandbox, salesforce, demandware, sfcc, commerce-cloud, sfra
NebulaFramework
A development framework for Salesforce's Apex language & the Force.com platform
Stars: ✭ 28 (+55.56%)
Mutual labels:  salesforce
hypothesis-gufunc
Extension to hypothesis for testing numpy general universal functions
Stars: ✭ 32 (+77.78%)
Mutual labels:  sandbox
visualforce-to-lwc
A collection of code examples to help you move from Visualforce to LWC.
Stars: ✭ 92 (+411.11%)
Mutual labels:  salesforce
Indicators
Indicators Lightning Web Component
Stars: ✭ 30 (+66.67%)
Mutual labels:  salesforce
box-exec
Box execute is a npm package to compile/run codes (c,cpp,python) in a virtualized environment, Here virtualized environment used is a docker container. This packages is built to ease the task of running a code against test cases as done by websites used to practice algorithmic coding.
Stars: ✭ 17 (-5.56%)
Mutual labels:  sandbox
DXB
A utility cli plugin built on top of #SFDX to facilitate devops.
Stars: ✭ 20 (+11.11%)
Mutual labels:  salesforce
Automated-Malware-Analysis-List
My personal Automated Malware Analysis Sandboxes and Services
Stars: ✭ 20 (+11.11%)
Mutual labels:  sandbox
Related-List-LWC
My first real foray into Lightning Web Components - an sobject / list view driven lightning data table
Stars: ✭ 21 (+16.67%)
Mutual labels:  salesforce
lightning-data-table
Lightning components for building a data-table with search, column sorting, pagination for Salesforce
Stars: ✭ 15 (-16.67%)
Mutual labels:  salesforce
apexmock
force.com Mock data and fixtures for Apex Unit Tests
Stars: ✭ 24 (+33.33%)
Mutual labels:  salesforce
apex-fp
Functional programming for Salesforce Apex
Stars: ✭ 231 (+1183.33%)
Mutual labels:  salesforce
vuetning
Salesforce Lightning Design System framework for Vue.js 2
Stars: ✭ 21 (+16.67%)
Mutual labels:  salesforce
jsforce-metadata-tools
Tools for deploying/retrieving package files using Metadata API via JSforce
Stars: ✭ 35 (+94.44%)
Mutual labels:  salesforce
server-action-service
Generic and reusable Lightning service component that calls server-side actions
Stars: ✭ 19 (+5.56%)
Mutual labels:  salesforce
sf-sandbox-post-copy
A framework for managing automation tasks that are fired upon sandbox refresh in Salesforce orgs.
Stars: ✭ 44 (+144.44%)
Mutual labels:  salesforce
FuelSDK-Node-Auth
Node authentication library for accessing the Salesforce Marketing Cloud APIs. Used in REST and SOAP client
Stars: ✭ 14 (-22.22%)
Mutual labels:  salesforce
PaymentForm
A form that takes credit card and address information. Uses a ported version of jessie pollack's card component.
Stars: ✭ 40 (+122.22%)
Mutual labels:  salesforce
electron-ipc-bus
An IPC bus for Electron.
Stars: ✭ 23 (+27.78%)
Mutual labels:  sandbox
lwc-streaming-api
Lightning Web Component Streaming API
Stars: ✭ 25 (+38.89%)
Mutual labels:  salesforce

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].