Newer Version Available

This content describes an older version of this product. View Latest

List of sf Commands with sfdx Equivalents

This table shows the mapping between the currently available sf commands and their closest sfdx equivalent.

The table doesn’t include Salesforce Functions commands, such as sf run function start, which are new in sf and don't exist in sfdx.

Note

sf command Similar sfdx command
sf autocomplete sfdx autocomplete
sf config get sfdx config:get
sf config list sfdx config:list
sf config set sfdx config:set
sf config unset sfdx config:unset
sf deploy (interactive) No equivalent.
sf deploy metadata sfdx force:source:deploy
sf env create sandbox sfdx force:org:create --type sandbox
sf env create scratch sfdx force:org:create --type scratch
sf env delete sandbox sfdx force:org:delete
sf env delete scratch sfdx force:org:delete
sf env display sfdx force:org:display
sf env list sfdx force:org:list, sfdx auth:list
sf env open sfdx force:org:open
sf env resume sandbox sfdx force:org:status
sf env resume scratch No equivalent.
sf generate project sfdx force:project:create
sf help sfdx help
sf info releasenotes display sfdx info:releasenotes:display
sf login (interactive) No equivalent.
sf login org sfdx auth:web:login
sf login org jwt sfdx auth:jwt:grant
sf logout (interactive) No equivalent.
sf logout org sfdx auth:logout
sf retrieve metadata sfdx force:source:retrieve
sf version sfdx version