Package com.mwdle.bitwarden.cli
Class CliManager
java.lang.Object
com.mwdle.bitwarden.cli.CliManager
A utility for managing this plugin's Bitwarden CLI executable.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic voidDownloads and provisions the latest native Bitwarden CLI executable, safely replacing any existing version.
-
Method Details
-
getExecutablePath
- Returns:
- the absolute path to the Bitwarden CLI executable
- Throws:
InterruptedException- if the automatic Bitwarden CLI provisioning is interruptedIOException- if the executable is not found and cannot be automatically downloaded
-
updateExecutable
Downloads and provisions the latest native Bitwarden CLI executable, safely replacing any existing version.- Throws:
InterruptedException- if the update is interruptedIOException- if the installation fails
-