Mercurial > piecrust2
view docs/templates/api.html @ 758:6abb436fea5b
publish: Make publisher more powerful and better exposed on the command line.
* Make the `chef publish` command have one sub-command per publish target.
* Add custom argument parsing per publisher to have strong extra arguments
available per publish target.
* Make publish targets a first class citizen of the `PieCrust` app class.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 25 Jun 2016 17:03:29 -0700 |
parents | 61d53d2163d6 |
children | 94d7d5e38571 |
line wrap: on
line source
{% extends "section-page.html" %} {% block header %} <header class="code"> <h1>{{ page.title }}</h1> </header> {% endblock %}