Skip to content

Chef CLI 0.1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@B-Lorentz B-Lorentz released this 27 Aug 14:14
· 3 commits to main since this release

A -m flag is added to the manage command, allowing a local file to be provided as metadata, for example:
chef-cli manage --end dev -m metadata.json,
this enables to use:

  • raw jq transformations using an external field as input.
    image

  • filling in example input data by click of a button for trying out the transformation.
    image

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 the user.