OctopusDeploy / Octostache

| Public | The variable substitution syntax for Octopus Deploy
Other
5 stars 24 forks source link

Add hash filters #57

Closed rhysparry closed 3 years ago

rhysparry commented 3 years ago

To support running a hash across multiple values, the Append and Prepend filters were also added. They can be used to build up a string from variables or fixed text.

They also provide a convenient way to send a hard-coded value to a filter. E.g.

  #{ | Append "Hello World" | Md5 }

Common hash functions have been added:

Each of these take 0-2 parameters.