Showing:

Annotations
Diagram
Constraints
Used By
Source
Property schema sfdcLoginUrl
Annotations
Title  SFDC Login URL

Description  The login URL that the force:auth commands use. If not specified, the default is login.salesforce.com. Override the default value if you want users to authorize to a specific Salesforce instance. For example, if you want to authorize into a sandbox org, set this parameter to test.salesforce.com.
Diagram
diagram
Type string
Constraints
Default : https://login.salesforce.com

Used by
Schema
#/schema
Source

 "sfdcLoginUrl": {
  "type": "string",
  "title": "SFDC Login URL",
  "description": "The login URL that the force:auth commands use. If not specified, the default is login.salesforce.com. Override the default value if you want users to authorize to a specific Salesforce instance. For example, if you want to authorize into a sandbox org, set this parameter to test.salesforce.com.",
  "default": "https://login.salesforce.com"
}