sf
all
A powerful command-line interface that simplifies development and build automation when working with your Salesforce org.
More info →Examples (8)
Authorize a Salesforce Organization
sf force:auth:web:login --setalias organization --instanceurl organization_urlList all authorized organizations
sf force:org:listOpen a specific organization in the default web browser
sf force:org:open --targetusername organizationDisplay information about a specific organization
sf force:org:display --targetusername organizationPush source metadata to an Organization
sf force:source:push --targetusername organizationPull source metadata from an Organization
sf force:source:pull --targetusername organizationGenerate a password for the organization's logged-in user
sf force:user:password:generate --targetusername organizationAssign a permission set for the organization's logged-in user
sf force:user:permset:assign --permsetname permission_set_name --targetusername organizationmade by @shridhargupta | data from tldr-pages