Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
hboigny
2 years agoNew Contributor
Is there a way to list all vaults?
I'm an admin/owner and I'm looking for a way to list all vaults created in an org.
"op vault list" only lists vaults my account has access to? Is there a way to print all of the vaults in an org/a...
1P_Simon
1Password Team
2 years agoHey folks, since https://releases.1password.com/developers/cli/#1password-cli-2.25.0 op vault list
has a --permission
flag which allows you to control which vaults are returned.
op vault list --permission manage
is a direct replacement for v1's op list vaults
. It includes all vaults the current authenticated user can manage, which are all vaults in case you're an admin or owner of the account.
Does this work for your use cases? Curious to learn your feedback!