diff --git a/Dynamic Folder/index.json b/Dynamic Folder/index.json index 06ef286..ee83965 100644 --- a/Dynamic Folder/index.json +++ b/Dynamic Folder/index.json @@ -86,7 +86,7 @@ "Bitwarden" ], "Description": "This Dynamic Folder sample allows you to import credentials from Bitwarden using Powershell.", - "Notes": "\r\n\r\n\t
\r\n\t\tVersion: 1.0.0
Author: Nicolas Grimler
This Dynamic Folder sample allows you to import credentials from Bitwarden. The Bitwarden CLI client is required and the full executable path where it is installed must be configured in the "Custom Properties" section. Also, your Bitwarden login details must be provided in the "Credentials" section.
It use the Bitwarden User API to login and the master password to unlock the vault. Please read https://bitwarden.com/help/personal-api-key/ to know how to get your personal API Key.
If you don't want to use an API Key, please ensure that you are already logged in using the bw.exe CLI tool as the script will not handle the TOTP 2FA handshake.
At the moment, only credentials and secure notes are collected. The folder structure is as presented in Bitwarden (Folder, Folder/Subfolder, ...). Support for full directory structure may be implemented in future version.
Important note:
In the configuration of the interpreter used to run the script, check the box "Do not load the PowerShell profile" as it may otherwise add unwanted messages invalidating the JSON output and causing errors.
\r\n\r\n", + "Notes": "\r\n\r\n\t\r\n\t\tVersion: 1.0.1
Author: Nicolas Grimler
This Dynamic Folder sample allows you to import credentials from Bitwarden. The Bitwarden CLI client is required and the full executable path where it is installed must be configured in the "Custom Properties" section. Also, your Bitwarden login details must be provided in the "Credentials" section.
It use the Bitwarden User API to login and the master password to unlock the vault. Please read https://bitwarden.com/help/personal-api-key/ to know how to get your personal API Key.
If you don't want to use an API Key, please ensure that you are already logged in using the bw.exe CLI tool as the script will not handle the TOTP 2FA handshake.
At the moment, only credentials and secure notes are collected. The folder structure is as presented in Bitwarden (Folder, Folder/Subfolder, ...). Support for full directory structure may be implemented in future version.
Important note:
In the configuration of the interpreter used to run the script, check the box "Do not load the PowerShell profile" as it may otherwise add unwanted messages invalidating the JSON output and causing errors.
\r\n\r\n", "ScriptInterpreter": "powershell", "DynamicCredentialScriptInterpreter": "json" },