Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
4 years agoFeature request: Please add "copy 1password uri" (op://...) to each item and its sections
We already love to mess around with the CLI 2 (web development context) but it would be awesome if the 1Password clients (e.g. MacOS) would allow to be able to copy the specific 1password uri ("op://...
Former Member
4 years agoWith the change that I am describing, the json output of a field would look similar to:
{
"id": "username",
"type": "STRING",
"purpose": "USERNAME",
"label": "username",
"value": "my-username",
"reference": "op://test-vault/docker/username"
}
which could easily be extracted using a utility such as jq, making it usable in automated scenarios as well. I think this would alleviate the problem of having to derive the secret references manually, or maybe I misunderstand your use-case?