Skip to content

Commit

Permalink
docs: add secret key normalization rule (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertlieyingadrian committed Feb 25, 2020
1 parent 72a39a7 commit 5250276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ key already exists, it will increment the version and store a new value.
If `-` is provided as the value argument, the value will be read from standard
input.

Secret keys are normalized automatically. The `-` will be `_` and the letters will be converted to upper case (for example a secret with key `secret_key` and `secret-key` will become `SECRET_KEY`).

### Listing Secrets

Expand Down

0 comments on commit 5250276

Please sign in to comment.