wandera / 1password-client

Python wrapper for OnePassword CLI developed at Wandera.
MIT License
47 stars 25 forks source link

`list_items` function fails when the vault name has a space #27

Closed amcamina closed 3 years ago

amcamina commented 3 years ago

list_items function fails when the vault name has space.

[ERROR] 2021/06/29 13:56:37 "Hackweek" doesn't seem to be a vault in this account. Specify the vault with its UUID or name.
dtpryce commented 3 years ago

Great spot ... we have a ticket within our current sprint to update how we release this code. Once that is completed we will merge this, hope that's ok?

dtpryce commented 3 years ago

If you want to try early it should be on this branch https://github.com/wandera/1password-client/tree/pre-installed-op and you can install locally using pip install -e . or python setup.py install ... otherwise wait for the new version and test there

dtpryce commented 3 years ago

Version 0.6.0 released and should include you fix: pip install 1password==0.6.0