Skip to content

Commit

Permalink
feat(manifests): add example manifest for copy-param
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcook1186 committed Jun 20, 2024
1 parent 57e64df commit 22a3400
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions manifests/examples/copy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: copy-param
description:
tags:
initialize:
plugins:
copy-param:
path: builtin
method: Copy
global-config:
keep-existing: true
from: original
to: copy
tree:
children:
child-1:
pipeline:
- copy-param
inputs:
- timestamp: "2023-12-12T00:00:00.000Z"
original: 'hello'

0 comments on commit 22a3400

Please sign in to comment.