You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2022. It is now read-only.
If the
bw.jsonfile is next tobwbinary it should use current directory asBITWARDENCLI_APPDATA_DIR(for shared environments/portability).Of course this that makes much more sense on Windows. Still holds true if you need to access more than one account at the same time.
Checking if the file exists before looking for the envvar should do. Other option is to add a CLI option like
bw --data bw.json.cli/src/bw.ts
Line 77 in fe9268f
EDIT: file name. Using the same name for the configuration and the binary makes easier run file management commands (e.g.
mv bw* foo/bar).