Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
3 years agoAny way to export a single vault (private) and/or only passwords with a specific tag
Hello all, I'm hoping to find out if i can export all passwords from a single vault (versus an export of ALL passwords in their entirety) OR if its possible to export all passwords tagged with a spec...
andi_t_1P
1Password Team
3 years agoHi @lifostack , thanks for reaching out, we are always happy to see interest in the CLI solutions! Once you have installed 1Password CLI, you could get data from the private vault by executing op item list --vault Private
. If you are interested in 'passwords' only you could retrieve a CSV list of the username, and password for all logins in the Private vault as such op item list --categories Login --vault Private --format json | op item get - --fields label=username,label=password
.
Hope this suits your needs,
Andi