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
Bitwarden CLI v1.22.0 added a serve option to interact with the vault using a REST API. It seems faster than calling commands via subprocess, although need to wait to actually finish it publicly until they release the fix that binds the API to localhost. Right now it's wide open to the network.
Probably start bw serve either in the main server process or perhaps in a separate thread that can be restarted with a different BITWARDENCLI_APPDATA_DIR to allow multiple vaults to be accessed.
The text was updated successfully, but these errors were encountered:
Bitwarden CLI v1.22.0 added a
serve
option to interact with the vault using a REST API. It seems faster than calling commands via subprocess, although need to wait to actually finish it publicly until they release the fix that binds the API to localhost. Right now it's wide open to the network.Basic interaction:
Probably start
bw serve
either in the main server process or perhaps in a separate thread that can be restarted with a different BITWARDENCLI_APPDATA_DIR to allow multiple vaults to be accessed.The text was updated successfully, but these errors were encountered: