bugwarrior icon indicating copy to clipboard operation
bugwarrior copied to clipboard

bugwarrior-vault and password management issues

Open adriangalilea opened this issue 10 months ago • 2 comments

Trying to install bugwarrior[keyring] fails

pip install bugwarrior[keyring]
zsh: no matches found: bugwarrior[keyring]

I had no luck running bugwarrior-vault as I was not able to find proper documentation nor guess how to make it work by trial and error, either way, if I interpret the docs correctly I do need the bugwarrior[keyring] which I'm unable to install either way.

adriangalilea avatar Apr 17 '24 22:04 adriangalilea

Did you try quotes? (pip install "bugwarrior[keyring]") I'm pretty sure this just has to do with zsh's way of parsing the square brackets.

ryneeverett avatar Apr 17 '24 23:04 ryneeverett

Omg, that did it! Thank you!

github.token = @oracle:eval:op read op://...{vault id}.../API-github/credential

For 1password cli after installing that :)

adriangalilea avatar Apr 18 '24 06:04 adriangalilea