File tree Expand file tree Collapse file tree 1 file changed +31
-27
lines changed
Expand file tree Collapse file tree 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:
152152$ docker run --rm -it --env-file <(teller env) alpine sh
153153```
154154
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- ```
182155
183156## :warning: Scan for secrets
184157
@@ -423,6 +396,37 @@ And now you can use paths like `/{{stage}}/{{region}}/billing-svc` where ever yo
423396
424397If you prefix a value with ` env: ` it will get pulled from your current environment.
425398
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+
426430# Providers
427431
428432
You can’t perform that action at this time.
0 commit comments