Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
OliverGaida
2 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
2 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