Skip to main content
September 23, 2022
Question

Any way to export a single vault (private) and/or only passwords with a specific tag

  • September 23, 2022
  • 2 replies
  • 504 views

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 specific tag (ex: private)

using the 1password desktop app for macos, latest version, but open to any solutions (like a CLI solution or otherwise)

thx


1Password Version: 8.9.4
Extension Version: Not Provided
OS Version: macos 12.6
Browser:_ Not Provided

2 replies

MrC
September 23, 2022

@lifostack

The only way to retrieve just the data from a single vault in an account is via the CLI. Any export currently includes all vaults in an account.

I read in a post last night that the 1Password folks are working on making this better, but there is no time frame yet.

1Password Employee
September 28, 2022

Hi @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