Options
All
  • Public
  • Public/Protected
  • All
Menu

Configuration determining how to run in local mode

Hierarchy

  • LocalSoftwareDeliveryMachineOptions

Index

Properties

Optional hostname

hostname: string

Name of host to use for creating local url

Optional mergeAutofixes

mergeAutofixes: boolean

Whether to merge autofixes automatically

Optional mergePullRequests

mergePullRequests: boolean

Whether to merge pull request branches automatically. For instance, if you run a BuildAwareTransform (like Upgrade Spring Boot in the spring seed SDM), it'll make a branch and then run the build on it; when the build passes, the SDM will commit the change into your default branch in your working directory.

Optional preferLocalSeeds

preferLocalSeeds: boolean

Use local seeds (in whatever git state) vs cloning if possible? Default will be true

Optional repositoryOwnerParentDirectory

repositoryOwnerParentDirectory: string

Base of expanded directory tree the local client will work with: The projects the SDM can operate on. Defaulting rule handled in sdm-local. Under this we find //

Generated using TypeDoc