SlideShare a Scribd company logo
1 of 13
Getting started with the Salesforce CLI
Part - 1
What is CLI short for?
Command Line Interface
Getting started with the Salesforce CLI
Useful Links
● Download & Install - https://developer.salesforce.com/tools/sfdxcli
● Official Documentation & Guides - https://developer.salesforce.com/platform/dx
● Learn more with Trailhead - https://sforce.co/2ItyAOz
● Do not fear the CLI https://www.youtube.com/watch?v=m0JDmCpY-AU
CLI Command - force:doc:commands:list
● View capabilities and commands for the CLI
● Command - sfdx force:commands:list
sfdx force:doc:commands:list
=== Commands
force:alias:list # list username aliases for the Salesforce CLI
force:alias:set # set username aliases for the Salesforce CLI
force:apex:class:create # create an Apex class
force:apex:execute # execute anonymous Apex code
force:apex:log:get # fetch a debug log
force:apex:log:list # list debug logs
force:apex:log:tail # start debug logging and display logs
force:apex:test:report # display test results
force:apex:test:run # invoke Apex tests
force:apex:trigger:create # create an Apex trigger
force:auth:jwt:grant # authorize an org using the JWT flow
force:auth:logout # log out from authorized orgs
…..
CLI Command - force:auth
● Connect any Org with the Salesforce CLI
● Command - sfdx force:auth:web:login
Flags:
-i, --clientid CLIENTID OAuth client ID (sometimes called the consumer key)
-r, --instanceurl INSTANCEURL the login URL of the instance the org lives on
-a, --setalias SETALIAS set an alias for the authenticated org
-d, --setdefaultdevhubusername set the authenticated org as the default dev hub org for scratch org creation
-s, --setdefaultusername set the authenticated org as the default username that all commands run against
--json format output as json
--loglevel LOGLEVEL logging level for this command invocation (error*,trace,debug,info,warn,fatal)
To log in to a sandbox, set --instanceurl to https://test.salesforce.com.
Examples:
$ sfdx force:auth:web:login -a TestOrg1
$ sfdx force:auth:web:login -i <OAuth client id>
$ sfdx force:auth:web:login -r https://test.salesforce.com
CLI Command - force:org & force:alias
● Manage connected orgs and alias
● Command - sfdx force:org:list
● Command - sfdx force:alias
Fmanage your Salesforce DX orgs
sfdx force:org commands: (get help with sfdx help force:org:COMMAND)
force:org:create create a scratch org
force:org:delete mark a scratch org for deletion
force:org:display get org description
force:org:list list all orgs you’ve created or authenticated to
force:org:open open an org in your browser
force:org:shape:create create a snapshot of org edition, features, and licenses
force:org:shape:delete delete all org shapes for a target org
force:org:shape:list list all org shapes you’ve created
sfdx force:alias commands: (get help with sfdx help force:alias:COMMAND)
force:alias:list list username aliases for the Salesforce CLI
force:alias:set set username aliases for the Salesforce CLI
Getting started with the Salesforce CLI
Part - 2
Getting started with the Salesforce CLI
Part - 3
CLI Command - sfdx force:apex
● Manage connected orgs and alias
● Command - sfdx force:apex:execute
● Command - sfdx force:apex:log:get
● Command - sfdx force:apex:log:list
● Command - sfdx force:apex:log:tail
● Command - sfdx force:apex:test:run
● Command - sfdx force:apex:test:report
Getting started with Salesforce DX & CLI
Part - 4
Recap
● Part 1 - force:auth, force:org, force:alias
● Part 2 - force:data
● Part 3 - force:apex:log, force:apex:execute
● Part 4 - force:project, force:org:create
YouTube Playlist http://bit.ly/2yVjrkT
Getting Started with DX on Trailhead
https://sforce.co/2OCsZfl
CLI Command - force:project
● Prerequisites
○ Download & Install VSCode - https://code.visualstudio.com/
■ CMD+P to Install ‘Code’ into the command path
○ Download & Install SFDX CLI
■ Download from here https://developer.salesforce.com/tools/sfdxcli
■ Install via the command line npm install --global sfdx-cli
■ VSCode Extensions - http://bit.ly/2J7DT6P
● Create Project Scaffolding
■ sfdx force:project:create -n MyScratchOrgDev
■ sfdc force:project:create -n MySandboxOrgDev -x (**new for Winter 19**)
CLI Command - force:org:create
● Prerequisites - Dev Hub
○ Paid Org / Production Org
■ 40 Scratch Orgs for EE
○ Winter 19 Developer Orgs - https://developer.salesforce.com/signup
■ 3 Scratch Orgs
● Creating Scratch Orgs
■ sfdx force:org:create -f config/project-scratch-def.json -a myfirstorg -d 30
■ sfdx force:org:create -a myfirstorg -d 7 edition=Developer
■ sfdx force:config:set defaultusername=myfirstorg

More Related Content

Similar to Getting started with Salesforce DX & CLI

Salesforce CLI Cheat Sheet
Salesforce CLI Cheat Sheet Salesforce CLI Cheat Sheet
Salesforce CLI Cheat Sheet Keir Bowden
 
Salesforce Apex Hours:- Salesforce DX
Salesforce Apex Hours:- Salesforce DXSalesforce Apex Hours:- Salesforce DX
Salesforce Apex Hours:- Salesforce DXAmit Chaudhary
 
Easy Salesforce CI/CD with Open Source Only - Dreamforce 23
Easy Salesforce CI/CD with Open Source Only - Dreamforce 23Easy Salesforce CI/CD with Open Source Only - Dreamforce 23
Easy Salesforce CI/CD with Open Source Only - Dreamforce 23NicolasVuillamy1
 
Créer et gérer une scratch org avec Visual Studio Code
Créer et gérer une scratch org avec Visual Studio CodeCréer et gérer une scratch org avec Visual Studio Code
Créer et gérer une scratch org avec Visual Studio CodeThierry TROUIN ☁
 
Workshop On WP-CLI
Workshop On WP-CLIWorkshop On WP-CLI
Workshop On WP-CLIAjit Bohra
 
Comment utiliser Visual Studio Code pour travailler avec une scratch Org
Comment utiliser Visual Studio Code pour travailler avec une scratch OrgComment utiliser Visual Studio Code pour travailler avec une scratch Org
Comment utiliser Visual Studio Code pour travailler avec une scratch OrgThierry TROUIN ☁
 
Session: WP Site Management using WP-CLI from Scratch
Session: WP Site Management using WP-CLI from ScratchSession: WP Site Management using WP-CLI from Scratch
Session: WP Site Management using WP-CLI from ScratchRoald Umandal
 
sfdx continuous Integration with Jenkins on aws (Part II)
sfdx continuous Integration with Jenkins on aws (Part II)sfdx continuous Integration with Jenkins on aws (Part II)
sfdx continuous Integration with Jenkins on aws (Part II)Jérémy Vial
 
Cleveland Developers: CLI in the C-L-E slide deck
Cleveland Developers: CLI in the C-L-E slide deckCleveland Developers: CLI in the C-L-E slide deck
Cleveland Developers: CLI in the C-L-E slide deckLynda Kane
 
Get started with Salesforce DX
Get started with Salesforce DXGet started with Salesforce DX
Get started with Salesforce DXAnurag Bhardwaj
 
Introduction to WP-CLI: Manage WordPress from the command line
Introduction to WP-CLI: Manage WordPress from the command lineIntroduction to WP-CLI: Manage WordPress from the command line
Introduction to WP-CLI: Manage WordPress from the command lineBehzod Saidov
 
Salesforce DX ことはじめ
Salesforce DX ことはじめSalesforce DX ことはじめ
Salesforce DX ことはじめShingo Yamazaki
 
OCI Oracle Functions Deployment
OCI Oracle Functions Deployment OCI Oracle Functions Deployment
OCI Oracle Functions Deployment Toni Epple
 

Similar to Getting started with Salesforce DX & CLI (20)

Salesforce CLI Cheat Sheet
Salesforce CLI Cheat Sheet Salesforce CLI Cheat Sheet
Salesforce CLI Cheat Sheet
 
SFDX Presentation
SFDX PresentationSFDX Presentation
SFDX Presentation
 
Salesforce Apex Hours:- Salesforce DX
Salesforce Apex Hours:- Salesforce DXSalesforce Apex Hours:- Salesforce DX
Salesforce Apex Hours:- Salesforce DX
 
Easy Salesforce CI/CD with Open Source Only - Dreamforce 23
Easy Salesforce CI/CD with Open Source Only - Dreamforce 23Easy Salesforce CI/CD with Open Source Only - Dreamforce 23
Easy Salesforce CI/CD with Open Source Only - Dreamforce 23
 
Salesforce CLI
Salesforce CLISalesforce CLI
Salesforce CLI
 
Créer et gérer une scratch org avec Visual Studio Code
Créer et gérer une scratch org avec Visual Studio CodeCréer et gérer une scratch org avec Visual Studio Code
Créer et gérer une scratch org avec Visual Studio Code
 
Salesforce DX (Meetup du 11/10/2017)
Salesforce DX (Meetup du 11/10/2017)Salesforce DX (Meetup du 11/10/2017)
Salesforce DX (Meetup du 11/10/2017)
 
Workshop On WP-CLI
Workshop On WP-CLIWorkshop On WP-CLI
Workshop On WP-CLI
 
Sfdx introduction
Sfdx introductionSfdx introduction
Sfdx introduction
 
Comment utiliser Visual Studio Code pour travailler avec une scratch Org
Comment utiliser Visual Studio Code pour travailler avec une scratch OrgComment utiliser Visual Studio Code pour travailler avec une scratch Org
Comment utiliser Visual Studio Code pour travailler avec une scratch Org
 
Session: WP Site Management using WP-CLI from Scratch
Session: WP Site Management using WP-CLI from ScratchSession: WP Site Management using WP-CLI from Scratch
Session: WP Site Management using WP-CLI from Scratch
 
sfdx continuous Integration with Jenkins on aws (Part II)
sfdx continuous Integration with Jenkins on aws (Part II)sfdx continuous Integration with Jenkins on aws (Part II)
sfdx continuous Integration with Jenkins on aws (Part II)
 
Cleveland Developers: CLI in the C-L-E slide deck
Cleveland Developers: CLI in the C-L-E slide deckCleveland Developers: CLI in the C-L-E slide deck
Cleveland Developers: CLI in the C-L-E slide deck
 
Salesforce DX for admin
Salesforce DX for adminSalesforce DX for admin
Salesforce DX for admin
 
Get started with Salesforce DX
Get started with Salesforce DXGet started with Salesforce DX
Get started with Salesforce DX
 
Introduction to WP-CLI: Manage WordPress from the command line
Introduction to WP-CLI: Manage WordPress from the command lineIntroduction to WP-CLI: Manage WordPress from the command line
Introduction to WP-CLI: Manage WordPress from the command line
 
GO-CFを試してみる
GO-CFを試してみるGO-CFを試してみる
GO-CFを試してみる
 
Salesforce DX ことはじめ
Salesforce DX ことはじめSalesforce DX ことはじめ
Salesforce DX ことはじめ
 
Ansible best practices
Ansible best practicesAnsible best practices
Ansible best practices
 
OCI Oracle Functions Deployment
OCI Oracle Functions Deployment OCI Oracle Functions Deployment
OCI Oracle Functions Deployment
 

Recently uploaded

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 

Recently uploaded (20)

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 

Getting started with Salesforce DX & CLI

  • 1. Getting started with the Salesforce CLI Part - 1
  • 2. What is CLI short for? Command Line Interface
  • 3. Getting started with the Salesforce CLI Useful Links ● Download & Install - https://developer.salesforce.com/tools/sfdxcli ● Official Documentation & Guides - https://developer.salesforce.com/platform/dx ● Learn more with Trailhead - https://sforce.co/2ItyAOz ● Do not fear the CLI https://www.youtube.com/watch?v=m0JDmCpY-AU
  • 4. CLI Command - force:doc:commands:list ● View capabilities and commands for the CLI ● Command - sfdx force:commands:list sfdx force:doc:commands:list === Commands force:alias:list # list username aliases for the Salesforce CLI force:alias:set # set username aliases for the Salesforce CLI force:apex:class:create # create an Apex class force:apex:execute # execute anonymous Apex code force:apex:log:get # fetch a debug log force:apex:log:list # list debug logs force:apex:log:tail # start debug logging and display logs force:apex:test:report # display test results force:apex:test:run # invoke Apex tests force:apex:trigger:create # create an Apex trigger force:auth:jwt:grant # authorize an org using the JWT flow force:auth:logout # log out from authorized orgs …..
  • 5. CLI Command - force:auth ● Connect any Org with the Salesforce CLI ● Command - sfdx force:auth:web:login Flags: -i, --clientid CLIENTID OAuth client ID (sometimes called the consumer key) -r, --instanceurl INSTANCEURL the login URL of the instance the org lives on -a, --setalias SETALIAS set an alias for the authenticated org -d, --setdefaultdevhubusername set the authenticated org as the default dev hub org for scratch org creation -s, --setdefaultusername set the authenticated org as the default username that all commands run against --json format output as json --loglevel LOGLEVEL logging level for this command invocation (error*,trace,debug,info,warn,fatal) To log in to a sandbox, set --instanceurl to https://test.salesforce.com. Examples: $ sfdx force:auth:web:login -a TestOrg1 $ sfdx force:auth:web:login -i <OAuth client id> $ sfdx force:auth:web:login -r https://test.salesforce.com
  • 6. CLI Command - force:org & force:alias ● Manage connected orgs and alias ● Command - sfdx force:org:list ● Command - sfdx force:alias Fmanage your Salesforce DX orgs sfdx force:org commands: (get help with sfdx help force:org:COMMAND) force:org:create create a scratch org force:org:delete mark a scratch org for deletion force:org:display get org description force:org:list list all orgs you’ve created or authenticated to force:org:open open an org in your browser force:org:shape:create create a snapshot of org edition, features, and licenses force:org:shape:delete delete all org shapes for a target org force:org:shape:list list all org shapes you’ve created sfdx force:alias commands: (get help with sfdx help force:alias:COMMAND) force:alias:list list username aliases for the Salesforce CLI force:alias:set set username aliases for the Salesforce CLI
  • 7. Getting started with the Salesforce CLI Part - 2
  • 8. Getting started with the Salesforce CLI Part - 3
  • 9. CLI Command - sfdx force:apex ● Manage connected orgs and alias ● Command - sfdx force:apex:execute ● Command - sfdx force:apex:log:get ● Command - sfdx force:apex:log:list ● Command - sfdx force:apex:log:tail ● Command - sfdx force:apex:test:run ● Command - sfdx force:apex:test:report
  • 10. Getting started with Salesforce DX & CLI Part - 4
  • 11. Recap ● Part 1 - force:auth, force:org, force:alias ● Part 2 - force:data ● Part 3 - force:apex:log, force:apex:execute ● Part 4 - force:project, force:org:create YouTube Playlist http://bit.ly/2yVjrkT Getting Started with DX on Trailhead https://sforce.co/2OCsZfl
  • 12. CLI Command - force:project ● Prerequisites ○ Download & Install VSCode - https://code.visualstudio.com/ ■ CMD+P to Install ‘Code’ into the command path ○ Download & Install SFDX CLI ■ Download from here https://developer.salesforce.com/tools/sfdxcli ■ Install via the command line npm install --global sfdx-cli ■ VSCode Extensions - http://bit.ly/2J7DT6P ● Create Project Scaffolding ■ sfdx force:project:create -n MyScratchOrgDev ■ sfdc force:project:create -n MySandboxOrgDev -x (**new for Winter 19**)
  • 13. CLI Command - force:org:create ● Prerequisites - Dev Hub ○ Paid Org / Production Org ■ 40 Scratch Orgs for EE ○ Winter 19 Developer Orgs - https://developer.salesforce.com/signup ■ 3 Scratch Orgs ● Creating Scratch Orgs ■ sfdx force:org:create -f config/project-scratch-def.json -a myfirstorg -d 30 ■ sfdx force:org:create -a myfirstorg -d 7 edition=Developer ■ sfdx force:config:set defaultusername=myfirstorg