mirror of
https://github.com/Luzifer/vault2env.git
synced 2024-11-08 16:20:07 +00:00
Fix: Missing parameter in README
This commit is contained in:
parent
2bbfb392b7
commit
fbb9c92319
1 changed files with 2 additions and 2 deletions
|
@ -23,10 +23,10 @@ export ...
|
|||
# export VAULT_ADDR="https://127.0.0.1:8200"
|
||||
# export VAULT_APP_ID="29c8febe-49f5-4620-a177-20dff0fda2da"
|
||||
# export VAULT_USER_ID="54d24f66-6ecb-4dcc-bdb7-0241a955f1df"
|
||||
# vault2env secret/my/path/with/keys
|
||||
# vault2env --export secret/my/path/with/keys
|
||||
export FIRST_KEY="firstvalue"
|
||||
export SECOND_KEY="secondvalue"
|
||||
# eval $(vault2env secret/my/path/with/keys)
|
||||
# eval $(vault2env --export secret/my/path/with/keys)
|
||||
# echo "${FIRST_KEY}"
|
||||
firstvalue
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue