full example poc
This commit is contained in:
parent
7470bbd58b
commit
3a2f5d7c7f
5
poc.sh
5
poc.sh
@ -33,4 +33,7 @@ bw login --apikey $BW_CLIENTID $BW_CLIENTSECRET
|
|||||||
echo "Unlocking..."
|
echo "Unlocking..."
|
||||||
export BW_SESSION="$(bw unlock --passwordenv TSYS_BW_PASSWORD_REACHABLECEO --raw)"
|
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)"
|
Loading…
Reference in New Issue
Block a user