跳到主要内容

Replace with YAML

List of YAML parameters and examples for the "Replace" action

YAML parameters for Replace

名称类型描述
action
必填
StringThe ID of the action.
type
必填
StringThe type of the action. Should be set to REPLACE.
replacements
必填
Replacement[]The list of pairs of strings for replacement.
local_pathStringThe 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"