https://github.com/phore/phore-cloudtool
A command line script bringing templates to config files
https://github.com/phore/phore-cloudtool
Last synced: 5 months ago
JSON representation
A command line script bringing templates to config files
- Host: GitHub
- URL: https://github.com/phore/phore-cloudtool
- Owner: phore
- License: mit
- Created: 2019-05-22T18:47:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T18:37:05.000Z (about 2 years ago)
- Last Synced: 2025-09-18T01:39:32.190Z (9 months ago)
- Language: Shell
- Homepage: https://infracamp.org/project/phore/
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CloudTool
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:
```php
\Phore\CloudTool\CloudToolTemplate::Get()->setOnChangeAction()
```