Skip to content

rbw [arg...]

rbw returns structured data retrieved from Bitwarden using rbw. args are passed to rbw get --raw and the output is parsed as JSON.

The output from rbw get --raw is cached so calling rbw multiple times with the same arguments will only invoke rbw once.

Example

username = {{ (rbw "test-entry").data.username }}
password = {{ (rbw "test-entry").data.password }}