Skip to content

Commit fde9910

Browse files
committed
add metadat-aware manage command to docs
1 parent 0b4be3e commit fde9910

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,14 @@ where the options are:
375375
"dvrv-in-1"
376376
"dvrv-de-1"
377377

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+
378386
## Metadata tips
379387

380388
You are required to provide an external_domain_metadata file from your extractor, describing the logical schema of the external system.

0 commit comments

Comments
 (0)