doy / rbw

unofficial bitwarden cli
https://git.tozt.net/rbw
Other
581 stars 83 forks source link

Cannot view custom fields of secure notes #101

Open mindrunner opened 1 year ago

mindrunner commented 1 year ago

rbw get --full "secure-note" yields only the content of the note itself, omits additional custom fields.

On login or card entries, this seems to work, however.

benedikt-bartscher commented 1 year ago

maybe you can get the custom fields with raw json output (https://github.com/doy/rbw/pull/97)

mindrunner commented 1 year ago

Yes :) I am exactly waiting for that!

mindrunner commented 1 year ago

With raw output, I see all contents. Pretty nice. Is there any reason for it not being consistently implemented, e.g. it works for logins but not for secure notes when using default output?