File tree 1 file changed +31
-27
lines changed
1 file changed +31
-27
lines changed Original file line number Diff line number Diff line change @@ -152,33 +152,6 @@ Use this one liner from now on:
152
152
$ docker run --rm -it --env-file <(teller env) alpine sh
153
153
```
154
154
155
- ## :whale: Export in YAML format
156
- You can export in a YAML format, suitable for [GCloud](https://cloud.google.com/functions/docs/env-var):
157
-
158
- ```
159
- $ teller yaml
160
- ```
161
-
162
- Example format:
163
-
164
- ```yaml
165
- FOO: "1"
166
- KEY: VALUE
167
- ```
168
- ## :whale : Export in JSON format
169
- You can export in a JSON format, suitable for piping through ` jq ` or other workflows:
170
-
171
- ```
172
- $ teller json
173
- ```
174
-
175
- Example format:
176
-
177
- ``` json
178
- {
179
- "FOO" : " 1"
180
- }
181
- ```
182
155
183
156
## :warning: Scan for secrets
184
157
@@ -423,6 +396,37 @@ And now you can use paths like `/{{stage}}/{{region}}/billing-svc` where ever yo
423
396
424
397
If you prefix a value with ` env: ` it will get pulled from your current environment.
425
398
399
+
400
+
401
+ ## ` YAML ` Export in YAML format
402
+ You can export in a YAML format, suitable for [ GCloud] ( https://cloud.google.com/functions/docs/env-var ) :
403
+
404
+ ```
405
+ $ teller yaml
406
+ ```
407
+
408
+ Example format:
409
+
410
+ ``` yaml
411
+ FOO : " 1"
412
+ KEY : VALUE
413
+ ` ` `
414
+ ## ` JSON` Export in JSON format
415
+ You can export in a JSON format, suitable for piping through `jq` or other workflows :
416
+
417
+ ` ` `
418
+ $ teller json
419
+ ` ` `
420
+
421
+ Example format :
422
+
423
+ ` ` ` json
424
+ {
425
+ "FOO": "1"
426
+ }
427
+ ` ` `
428
+
429
+
426
430
# Providers
427
431
428
432
You can’t perform that action at this time.
0 commit comments