Replace with YAML
Learn more about:
YAML parameters for Replace
Name | Type | Description |
---|---|---|
action Required | String | The ID of the action. |
type Required | String | The type of the action. Should be set to REPLACE . |
replacements Required | Replacement[] | The list of pairs of strings for replacement. |
local_path | String | The path in the filesystem. |
YAML example for Replace
actions:- action: "Replace values"type: "REPLACE"local_path: "/"replacements:- replace_from: "[ENV]"replace_to: "stage"- replace_from: "multiline"replace_to: "Replace\nmultiline\nstring"