Merge pull request #285 from chriswells0/hook-conversion

Add ability to convert "hook" files to Bastillefile format.
This commit is contained in:
Christer Edwards
2020-12-12 12:05:35 -07:00
committed by GitHub
3 changed files with 65 additions and 8 deletions

View File

@@ -750,6 +750,11 @@ CMD hostname > /usr/local/www/nginx-dist/hostname.txt
RDR tcp 80 80
```
Use the following command to convert a hook-based template into the Bastillefile format:
```shell
bastille template --convert my-template
```
Applying Templates
------------------