CompileBlueprintForExecutionOptions
Hierarchy
- Omit<CompileBlueprintV1Options, onBlueprintValidated | streamBundledFile>
- CompileBlueprintForExecutionOptions
Index
Properties
optionaladditionalSteps
optionalcorsProxy
Proxy URL to use for cross-origin requests.
For example, if corsProxy is set to "https://cors.wordpress.net/proxy.php", then the CORS requests to https://github.com/WordPress/gutenberg.git would actually be made to https://cors.wordpress.net/proxy.php?https://github.com/WordPress/gutenberg.git.
optionalgitAdditionalHeadersCallback
Additional headers to pass to git operations. A function that returns headers based on the URL being accessed.
Type declaration
Parameters
url: string
Returns Record<string, string>
optionalonBlueprintValidated
Type declaration
Parameters
blueprint: BlueprintDeclaration
Returns void
optionalonStepCompleted
Optional callback with step output
optionalprogress
Optional progress tracker to monitor progress
optionalsemaphore
Optional semaphore to control access to a shared resource
Additional steps to add to the blueprint.