Skip to content

Commit

Permalink
added docs about sourcing using GET_PATH and forcing a new session wi…
Browse files Browse the repository at this point in the history
…th the FORCE flag
  • Loading branch information
cjvirtucio87 committed Mar 25, 2022
1 parent f5ffd56 commit c3688af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bwsh/bin/bw_session.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
### # Activate a bitwarden session
### . ./bw_session.sh
###
### # Source the script from wherever it is located
### . "$(GET_PATH=1 bw_session.sh)"
###
### # Force a new session
### FORCE=1 bw_session.sh
###
### Remarks:
### This script requires jq. Moreover, the BW_CREDS script must print out the credentials as json
### in the following format:
Expand Down

0 comments on commit c3688af

Please sign in to comment.