-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues #6
Comments
Thanks for the big report. I'll look into this soon and make any appropriate adjustments! I suspect the password prompting may be previous bw commands caching my login or something. I'll figure that out and add it to the instructions or at least make a note. |
No problem - I am always happy to help with logging issues. Not sure if you're into that but it might be also a smart idea to implement your script into a general bash script which does the login, saves the session ID into a variable, exports the "plain-text-only" json and finally run your script?! |
Yo, there appears to be a regression in Bitwarden CLI, at least that's how I understand it. Exported environment variable |
Hi there,
thanks for creating such smart shell command!!!
May I just suggest two things which comes up on my side?
bash <(bw list items **--session xxxxxxx** | jq -r '.[] | select(.attachments != null) | . as $parent | .attachments[] | "bw get attachment \(.id) --itemid \($parent.id) --output \"./export/attachments/\($parent.id)/\(.fileName)\""')
The text was updated successfully, but these errors were encountered: