How do i Add New Lines in "send" CLI command text field?

Hi All,

Looking to automate some secret creation via a bash script but i find myself unable to add new lines to the “send” command text field through either /n or %0A. What would be the correct way of achieving this? Apologies, my bash skills are also a WIP.

Thanks

Hey @Ameer_Adams let me know if this documentation helps, with this one as an example: bw send template send.text | jq '.text.text="This is a test\nOf newlines"' | bw encode | bw send create