Salesforce
Last updated
Last updated
Removes the stored credentials for a Salesforce organization
Username of the Salesforce org to delete, or sandbox name for sandboxes with no sfdxAuthUrl
No content
Returns or redirects to a frontdoor URL for a sandbox or scratch org. If prodOrg is not specified for sandbox, uses the first registered production org.
Scratch org username or sandbox name
Production org username or alias (for sandbox)
Redirect to frontdoor URL (default true)
No content
Returns a list of all registered Salesforce organizations with optional filtering by type, alias, or registration type
Filter organizations by type (e.g., "Developer Edition", "Production", "Sandbox")
Filter organizations by alias
Filter organizations by registration type ("test", "snapshot", "release")
List of registered organizations
Tests if the stored credentials for a given org are still valid
Username of the Salesforce org to test, or sandbox name for sandboxes with no sfdxAuthUrl
Returns detailed information about a specific registered Salesforce organization. Owner role and application tokens receive additional authentication details.
Username of the Salesforce org to retrieve, or sandbox name for sandboxes with no sfdxAuthUrl
Registers a new Salesforce organization or updates an existing one.
Optional alias for the Salesforce org
devhub
Instance URL of the Salesforce org
https://mycompany.my.salesforce.com
Pattern: https://*.salesforce.com
Username of the Salesforce integration user
integration.user@mycompany.com
SFDX Auth URL (generated using sf org:display -u your@org.com --verbose --json). Optional for sandbox orgs.
force://CLIENT_ID:CLIENT_SECRET:REFRESH_TOKEN@instance.salesforce.com
Optional registration type for categorizing orgs
test
Possible values: Explicitly provide sandbox name when registering a sandbox without sfdxAuthUrl. If not provided, it will be extracted from the username.
dev1