@toa.io/extensions.configuration 0.20.0-dev.14 → 0.20.0-dev.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
- package/readme.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toa.io/extensions.configuration",
|
|
3
|
-
"version": "0.20.0-dev.
|
|
3
|
+
"version": "0.20.0-dev.15",
|
|
4
4
|
"description": "Toa Configuration",
|
|
5
5
|
"author": "temich <tema.gurtovoy@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/toa-io/toa#readme",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"access": "public"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@toa.io/core": "0.20.0-dev.
|
|
20
|
-
"@toa.io/generic": "0.20.0-dev.
|
|
21
|
-
"@toa.io/schema": "0.20.0-dev.
|
|
22
|
-
"@toa.io/yaml": "0.20.0-dev.
|
|
19
|
+
"@toa.io/core": "0.20.0-dev.15",
|
|
20
|
+
"@toa.io/generic": "0.20.0-dev.15",
|
|
21
|
+
"@toa.io/schema": "0.20.0-dev.15",
|
|
22
|
+
"@toa.io/yaml": "0.20.0-dev.15",
|
|
23
23
|
"clone-deep": "4.0.1"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "59b98b392985c2fb6ed8714e160f75a61c65d4b8"
|
|
26
26
|
}
|
package/readme.md
CHANGED
|
@@ -38,7 +38,7 @@ configuration:
|
|
|
38
38
|
### Deploy secrets
|
|
39
39
|
|
|
40
40
|
```shell
|
|
41
|
-
$ toa conceal configuration BAZ_VALUE
|
|
41
|
+
$ toa conceal configuration BAZ_VALUE=$ecr3t
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
---
|
|
@@ -188,7 +188,7 @@ manually ([`toa conceal`](../../runtime/cli/readme.md#conceal)).
|
|
|
188
188
|
Deployed kubernetes secret's name is predefined as `configuration`.
|
|
189
189
|
|
|
190
190
|
```shell
|
|
191
|
-
$ toa conceal configuration STRIPE_API_KEY
|
|
191
|
+
$ toa conceal configuration STRIPE_API_KEY=xxxxxxxx
|
|
192
192
|
```
|
|
193
193
|
|
|
194
194
|
## Aspect
|