nebulity/sfp-scratch-reserve
Atomically reserves a pooled Salesforce scratch org via REST If-Unmodified-Since, then releases it in the post step.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pool-tag | Scratch org pool tag (Pooltag__c). | yes | — |
| devhub-alias | Dev Hub alias or username used by sf commands. | no | "" |
| scratch-alias | Alias assigned to the reserved scratch org. | no | scratch |
| set-default-target-org | Set reserved scratch org as default target org. | no | true |
| fetch-attempts | Number of fetch attempts before failing (60s delay between retries). | no | 1 |
Outputs
| name | description |
|---|---|
| scratch-username | Reserved scratch org username. |
| scratch-alias | Alias assigned to the reserved scratch org. |