From 3a2f5d7c7f3c2e5ecfa4e7ef6162d8c247e24c64 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Fri, 29 Nov 2024 14:47:05 -0600 Subject: [PATCH] full example poc --- poc.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poc.sh b/poc.sh index 60e0b69..60e8047 100644 --- a/poc.sh +++ b/poc.sh @@ -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 \ No newline at end of file + +### Step 2: retrive a value into an environment variable + +export PUSHOVER_APIKEY="$(bw get password APIKEY-pushover)" \ No newline at end of file