AtomicDeployActivateStep
Defined in: src/sync/createAtomicDeployPlan.ts:31
Kind of activation step described by the plan.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
destructive? | boolean | Whether the step replaces or removes data. | src/sync/createAtomicDeployPlan.ts:43 |
fromPath? | string | Source path the operation reads or moves from. | src/sync/createAtomicDeployPlan.ts:37 |
id | string | Stable identifier within the activation list. | src/sync/createAtomicDeployPlan.ts:33 |
operation | AtomicDeployActivateOperation | Operation the step would perform. | src/sync/createAtomicDeployPlan.ts:35 |
provider? | ProviderId | Provider identifier that owns the affected paths when known. | src/sync/createAtomicDeployPlan.ts:41 |
reason | string | Human-readable description for previews and logs. | src/sync/createAtomicDeployPlan.ts:45 |
toPath | string | Destination path the operation writes to. | src/sync/createAtomicDeployPlan.ts:39 |