Skip to content

Instantly share code, notes, and snippets.

View dspencerr's full-sized avatar

Spencer Rose dspencerr

View GitHub Profile
@dspencerr
dspencerr / sfdx-cheatsheet.sh
Created June 13, 2018 20:16 — forked from xixiaofinland/sfdx-cheatsheet.sh
Salesforce SFDX Cheat Sheet
# This cheatsheet contains the most often used SFDX commands for beginners to get a jumpstart.
# Hint. it is highly recommended to use `-h` to check the usage of any SFDX commands and corresponding parameters.
# For instance, use `sfdx force:auth:web:login -h` to checke what `-d` `-a` parameters do
# Check current DebHub and Scratch Org status
sfdx force:org:list
# Log into DevHub via the web browser
sfdx force:auth:web:login -d -a DevHub