azukiapp / azk

azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
897 stars 63 forks source link

[Manifest] Adding `env` as a manifest system template #523

Closed fearenales closed 8 years ago

fearenales commented 8 years ago

This PR adds env as a manifest system manifest templace, such as: azk, manifest, system etc.

With this template, one can refer to a env var inside the manifest file using:

#{env.FOO}

instead of

#{process.env.FOO}

It's cleaner and safer.