stack icon indicating copy to clipboard operation
stack copied to clipboard

Minimalist provisioning tool written in Go.

Results 20 stack issues
Sort by recently updated
recently updated
newest added

just realized it doesn't really make sense to use commits at the command level in some cases, for example: ``` sh mkdir /tmp/redis curl -L# http://download.redis.io/releases/redis-stable.tar.gz | tar -zx --strip...

Hi, It would be good to have a provisioner (as in LOG/RUN) that forces running a command, regardless of whether it's been run previously. Something like NOCACHE. The use case...

suppose you had foo.conf: ``` exec /path/to/bin --cluster {name} \ --some-option \ --another-option ``` the following would create /etc/init/foo.conf where {name} is prompted for a value or accepted via `--name`:...

add a compile flag so that you can rewrite a file with includes to ship the final single-file result

and include from the CWD

I'm not sure if this is the direction you'd want to go with this project, but this sentence caught my attention: > Also since it's written in Go it's very...