full example poc

This commit is contained in:
Charles N Wyble 2024-11-29 14:47:05 -06:00
parent 7470bbd58b
commit 3a2f5d7c7f

5
poc.sh
View File

@ -33,4 +33,7 @@ bw login --apikey $BW_CLIENTID $BW_CLIENTSECRET
echo "Unlocking..."
export BW_SESSION="$(bw unlock --passwordenv TSYS_BW_PASSWORD_REACHABLECEO --raw)"
bw list items
### Step 2: retrive a value into an environment variable
export PUSHOVER_APIKEY="$(bw get password APIKEY-pushover)"