Forum Discussion

integralist's avatar
integralist
New Contributor
8 months ago

How to extract a

👋 I have the following script which attempts to extract a p12 from my 1Password vault: op item get "EXAMPLE" --vault "EXAMPLE" --format json | \ jq '.files[] | select(.name == "EXAMPLE.p12") ...