An open API service indexing awesome lists of open source software.

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

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()
```