Would it make sense to be able to get a secret value on its own? I mean the CLI seems a little incomplete when e.g. jq is needed to export a value as an environment variable (as shown here Developer Quick Start | Bitwarden Help Center).
One of the solutions I can imagine would be to add a special output for the secret for this e.g. as follows:
export SECRET_2=$(bws get secret 80b55c29-5cc8-42eb-a898-acfd01232bbb --output value)
I just tried BWS and it’s pretty neat but was really hoping the CLI had the ability described here where just the value can be returned without having to use jq or such to extract it.