Compare commits

..

2 Commits

Author SHA1 Message Date
c61ef2eeba 1.0.5 2016-06-20 11:21:26 +02:00
41c97c4c05 improve README 2016-06-20 11:21:21 +02:00
2 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@
provides an easy way for promised environments provides an easy way for promised environments
## Usage ## Usage
qenv needs two files to work: qenv works with two files:
* **qenv.yml** - specified which ENV vars are required * **qenv.yml** - specifies which ENV vars are required.
* **env.yml** specified all env vars that are not already set in the current environment * **env.yml** specifies all env vars that are not already set in the current environment.
Now obviously you can set build specific env vars in many CI environments. Now obviously you can set build specific env vars in many CI environments.
So there we do not need an **env.yml** since all ENV vars are in place So there we do not need an **env.yml** since all ENV vars are in place

View File

@ -1,6 +1,6 @@
{ {
"name": "qenv", "name": "qenv",
"version": "1.0.4", "version": "1.0.5",
"description": "promised environments", "description": "promised environments",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {