It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
OliverGaida
3 years agoNew Contributor
How using "op read" in cli v2 with titles containing: @ or ( characters?
sample:
op read op://my_vault/me@company.org/username results in invalid secret reference ... invalid character in secret reference: '@'
op read 'op://my_vault/foo (bar)/username' results i...
michael_c_1P
1Password Team
3 years agoHey Oliver,
These characters are currently not supported with secrets references. You'll need to use the UUID of the item in the secrets reference instead of the name.
You can run the command op item get 'Example Item' --format json
to get the reference including the UUIDs.
Thanks,
Mike