Encode
keychain_encodeBase64-encode a plain text string using the Bitwarden CLI, returning only the encoded output without modifying the vault.
Instructions
Base64-encode a string with bw encode. This never mutates the vault; it only returns encoded text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Plain text value to base64-encode. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoded | Yes |