Files
opentf/website/source
Joshua Spence af2c84de5a Add basename and dirname functions
Adds `basename` and `dirname` interpolation. I want to add a `stack` tag to our infrastructure, the value of which is set to `${basename(path.cwd)}`. We currently use `${replace(path.cwd, "/^.+\\//", "")}` instead, but this is extremeley unreadable. The existance of a `basename` function would be very useful for this use case.

I don't have an immediate use case for a `dirname` function, but it seemed reasonable to add it as well.
2017-03-28 09:29:26 -07:00
..
2017-03-28 09:29:26 -07:00
2015-09-19 17:42:33 +01:00
2017-01-31 09:49:50 -07:00
2016-11-01 13:56:08 +00:00