Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot authored Jun 8, 2021
1 parent 1daf235 commit f49ff9d
Showing 1 changed file with 31 additions and 27 deletions.
58 changes: 31 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,33 +152,6 @@ Use this one liner from now on:
$ docker run --rm -it --env-file <(teller env) alpine sh
```
## :whale: Export in YAML format
You can export in a YAML format, suitable for [GCloud](https://cloud.google.com/functions/docs/env-var):
```
$ teller yaml
```
Example format:
```yaml
FOO: "1"
KEY: VALUE
```
## :whale: Export in JSON format
You can export in a JSON format, suitable for piping through `jq` or other workflows:

```
$ teller json
```

Example format:

```json
{
"FOO": "1"
}
```
## :warning: Scan for secrets
Expand Down Expand Up @@ -423,6 +396,37 @@ And now you can use paths like `/{{stage}}/{{region}}/billing-svc` where ever yo

If you prefix a value with `env:` it will get pulled from your current environment.



## `YAML` Export in YAML format
You can export in a YAML format, suitable for [GCloud](https://cloud.google.com/functions/docs/env-var):

```
$ teller yaml
```

Example format:

```yaml
FOO: "1"
KEY: VALUE
```
## `JSON` Export in JSON format
You can export in a JSON format, suitable for piping through `jq` or other workflows:

```
$ teller json
```

Example format:

```json
{
"FOO": "1"
}
```


# Providers


Expand Down

0 comments on commit f49ff9d

Please sign in to comment.