Skip to content

Commit

Permalink
docs: add feature description
Browse files Browse the repository at this point in the history
  • Loading branch information
John Torakis committed Sep 16, 2022
1 parent 8be0d73 commit 6856d8d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ steps:
*dev*
app1/dev/*
```
- To retrieve a secret under a *specific* Environment Variable
```yaml
secrets: |
my_secret_1 | TEST_SECRET
```
** This syntax does not work with wildcard `*` paths **

- `parse-json`
- If `parse-json: true` and secret value is a **valid** stringified JSON object, it will be parsed and flattened. Each of the key value pairs in the flattened JSON object will become individual secrets. The original secret name will be used as a prefix.
- Examples:
Expand Down

0 comments on commit 6856d8d

Please sign in to comment.