Skip to content

4.5.0

Compare
Choose a tag to compare
@pcf-platform-automation pcf-platform-automation released this 13 Feb 17:29

Features

  • interpolate now supports the dot notation to reference array values.
    For example,

    $ echo "person: ((people.1))" | om interpolate -c - -l <(echo "people: [Bob, Susie, Diane]")
    person: Susie