Skip to content

Releases: wrouesnel/p2cli

r5

24 Feb 17:29
r5
Compare
Choose a tag to compare
r5
* fix the make_dirs custom filter to behave as specified. Previously it would
  create a directory from it's piped input, instead of it's parameter as it was
  supposed to.

r4

22 Aug 15:58
r4
Compare
Choose a tag to compare
r4
This release marks the first real brand new feature: side-effectful filters.
These are custom `pongo2` filter extensions that make it more useful as a
systems templating utility by allowing single templates to act a little more
like scripts, removing the need for bash-boilerplate in complex templating
scenarios.

* Add the first custom scripting filters to p2
  * Add `--enable-filters` and `--enable-noop-filters` command line arguments.
* Add `write_file` and `make_dirs` side effectful filters.

r3: Release 3

13 Aug 13:13
r3
Compare
Choose a tag to compare
* Switch to upstream master of pongo2 (notably adds the `split` filter)
* Add --output command.
* Properly handle shell-quoting in shell-style environment files.

r2: Merge pull request #2 from wrouesnel/update

23 May 01:30
Compare
Choose a tag to compare
Update dependencies, lock to pongo.v3

First release

13 Mar 13:20
r1
Compare
Choose a tag to compare

First release version of p2cli. These binaries are built principally to enable easy dockerfile use. Versioning is by numerical increment, with git commit being encoded in the binary.