Skip to content

Commit

Permalink
add metadat-aware manage command to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
B-Lorentz committed Aug 27, 2024
1 parent 0b4be3e commit fde9910
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,14 @@ where the options are:
"dvrv-in-1"
"dvrv-de-1"

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:

- raw jq transformations using an external field as input. (This is an experimental feature)

- filling in example input data for trying out the transformation.

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.

## Metadata tips

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

0 comments on commit fde9910

Please sign in to comment.