Skip to content

AtomicDeployActivateStep

Defined in: src/sync/createAtomicDeployPlan.ts:31

Kind of activation step described by the plan.

PropertyTypeDescriptionDefined in
destructive?booleanWhether the step replaces or removes data.src/sync/createAtomicDeployPlan.ts:43
fromPath?stringSource path the operation reads or moves from.src/sync/createAtomicDeployPlan.ts:37
idstringStable identifier within the activation list.src/sync/createAtomicDeployPlan.ts:33
operationAtomicDeployActivateOperationOperation the step would perform.src/sync/createAtomicDeployPlan.ts:35
provider?ProviderIdProvider identifier that owns the affected paths when known.src/sync/createAtomicDeployPlan.ts:41
reasonstringHuman-readable description for previews and logs.src/sync/createAtomicDeployPlan.ts:45
toPathstringDestination path the operation writes to.src/sync/createAtomicDeployPlan.ts:39