Skip to content

Tags: enterstudio/p2cli

Tags

r5

Toggle r5's commit message

Verified

This tag was signed with the committer’s verified signature.
wrouesnel Will Rouesnel
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

Toggle r4's commit message

Verified

This tag was signed with the committer’s verified signature.
wrouesnel Will Rouesnel
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

Toggle r3's commit message

Verified

This tag was signed with the committer’s verified signature.
wrouesnel Will Rouesnel
Release 3

* Switch to upstream master of pongo2 (notably adds the `split` filter)
* Add --output command.
* Properly handle shell-quoting in shell-style environment files.

r2

Toggle r2's commit message
Merge pull request wrouesnel#2 from wrouesnel/update

Update dependencies, lock to pongo.v3

untagged-56f68578eb2d5113b7e1

Toggle untagged-56f68578eb2d5113b7e1's commit message
travis take 5.

r1

Toggle r1's commit message

Verified

This tag was signed with the committer’s verified signature.
wrouesnel Will Rouesnel
First release build. These exist to make building Dockerfiles easier by

providing downloadable binaries.