Skip to content

Releases: devrev/adaas-chef-cli

Chef CLI 0.1.3

27 Aug 14:14
Compare
Choose a tag to compare
Chef CLI 0.1.3 Pre-release
Pre-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.

Chef CLI 0.1.2

22 Aug 09:58
Compare
Choose a tag to compare

Fixes a bug impacting the 'choose a fixed {object} from devrev' transformation, if the target field is an array.

Chef CLI 0.1.1

30 Jul 15:15
Compare
Choose a tag to compare

Improvements to example-data generation

Chef CLI 0.1.0

24 Jul 10:53
Compare
Choose a tag to compare

Initial release of the chef-cli tool for ADaaS recipe development.