Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
4 years agoFaster way to retrieve multiple passwords at once (v2)
This is the same question as in this https://1password.community/discussion/comment/565975/#Comment_565975 but for https://developer.1password.com/docs/cli/upgrade/. The syntax of the CLI changed a b...
Former Member
4 years agoNevermind. Found my answer in examples: https://developer.1password.com/docs/cli/reference/management-commands/item#item-list-examples
Example: "op item list --tags org-setup --format=json | op item get - --fields username,password"
FYI adding " --format=json" for item list and "-" for item get are both key.