mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-12 01:49:51 +01:00
23 lines
705 B
ReStructuredText
23 lines
705 B
ReStructuredText
template
|
|
========
|
|
|
|
.. code-block:: shell
|
|
|
|
ishmael ~ # bastille template azkaban project/template
|
|
|
|
Templates should be structured in ``project/template/Bastillefile`` format, and
|
|
placed in the template directory, which defaults to
|
|
``/usr/local/bastille/templates``. The Bastillefile should contain the template
|
|
hooks. See the chapter called Template for a list of supported hooks.
|
|
|
|
The TEMPLATE arg should be called with the ``project/template`` format.
|
|
|
|
.. code-block:: shell
|
|
|
|
ishmael ~ # bastille template help
|
|
Usage: bastille template [option(s)] TARGET|--convert TEMPLATE
|
|
|
|
Options:
|
|
|
|
-a | --auto Auto mode. Start/stop jail(s) if required.
|
|
-x | --debug Enable debug mode. |