Setting up your Salesforce Org for Scratch Org Pools
Install sfpowerscripts Scratch Org Pooling Unlocked Package in DevHub
sf package install -p 04t1P000000katQQAQ -o <Your_DevHub_Username> -r -a package -s AdminsOnly -w 30Generate SFDX auth URL for Pipeline Authentication
sf org display -o <orgAlias> --verbose --json > authFile.json
cat authFile.json
> {
"status": 0,
"result": {
"id": "XXXXYYY",
"accessToken": "00D8G0000009g7h!uhuRfGKbvPeubTZKztmFWgrykDuuVdxbffzjjVTqjMyRcV{wb+2JtxsevgKfGiGXRz02jY83uNBsD4CuWHwv.b21KZdFxbTi",
"instanceUrl": "https://your.salesforce.com",
"username": "[email protected]",
"clientId": "PlatformCLI",
"connectedStatus": "Connected",
"sfdxAuthUrl": "force://PlatformCLI::Cq$QLeQvDxpvUoNKgiDkoTqyVHdeoMupiZvkgHYcdVHsfMaDpqKJNbg#[email protected]",
"alias": "SharedDev"
}
}Public Group and Sharing Rules Creation for Developer Access to Scratch Org Pools


J. Permission Set Creation for Developer Access to ScratchOrgInfo Object

K. Profile and Permission Set Assignment for Developers in Production
Last updated
Was this helpful?


