phore / cloudtool
Script to update config files using template
Installs: 2 104
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:Shell
Requires
- php: >=7.2
- ext-pcre: *
- phore/filesystem: ^1.1.0
- phore/log: ^1.1.1
- phore/system: ^1.1.0
- text/template: ^2.8.5
This package is auto-updated.
Last update: 2024-10-09 19:42:39 UTC
README
A command line utility to configure containers easily using templates.
cloudtool --autoload /opt/bootstrap.php
TL;DR
Writing Config files
Just place a config file in the correct folder and append the extension .php
.
Within the file you can generate output as you want:
\Phore\CloudTool\CloudToolTemplate::Get()->setOnChangeAction()