Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
2fa659a22a | |||
bdc99cc3a6 | |||
2956278369 |
@ -5,7 +5,7 @@ provides an easy way for promised environments
|
|||||||
qenv works with two files:
|
qenv works with two files:
|
||||||
|
|
||||||
* **qenv.yml** - specifies which ENV vars are required.
|
* **qenv.yml** - specifies which ENV vars are required.
|
||||||
* **env.yml** specifies 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
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "qenv",
|
"name": "qenv",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"description": "promised environments",
|
"description": "promised environments",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
"typings": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(npmts)"
|
"test": "(npmts)"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user