You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -375,6 +375,14 @@ where the options are:
375
375
"dvrv-in-1"
376
376
"dvrv-de-1"
377
377
378
+
You can also provide a local metadata file to the command using the '-m' flag for example: `chef-cli manage --end dev -m metadata.json`, this enables to use:
379
+
380
+
- raw jq transformations using an external field as input. (This is an experimental feature)
381
+
382
+
- filling in example input data for trying out the transformation.
383
+
384
+
In this case it is not validated that the local file is the same as the one submitted by the snapin, this has to be ensured by you.
385
+
378
386
## Metadata tips
379
387
380
388
You are required to provide an external_domain_metadata file from your extractor, describing the logical schema of the external system.
0 commit comments