Defining a domain
config/
sales.yml
service.yml
core.yml// Sample release config <business_domain.yaml>
releaseName: <business_domain> # --> The name of the domain
pool: <sandbox/scratch org pools>
excludeAllPackageDependencies: true
includeOnlyArtifacts: # --> Insert packages
- <pkg1>
releasedefinitionProperties:
promotePackagesBeforeDeploymentToOrg: prodWhere release configs must live
The domain name comes from releaseName
Referring to a domain
Next steps
Last updated
Was this helpful?