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
keiyamazaki
5 months agoNew Contributor
op run command reads non-existent item data
I usually use 1Password with the op command, but I encountered a strange behavior where the op run command reads data for a non-existent item.
The steps to reproduce are as follows:
1. Create an...
keiyamazaki
4 months agoNew Contributor
Today, I discovered that cli 2.30.1 is available in the apt repository (it seems the binary hasn't been uploaded to the site used for manual installation yet).
I tried using cli 2.30.1 to see if the same issue would occur, and the problem was resolved.
Since my last post, I recreated the item, so the ID is different.
```
% op --version
2.30.0
% op --cache=false run --no-masking --env-file my2.env -- printenv TEST_ITEM_PASS_BY_ID
test-password-ePLmmekLyDaRopaX6_
% /usr/bin/op --version
2.30.1
% /usr/bin/op --cache=false run --no-masking --env-file my2.env -- printenv TEST_ITEM_PASS_BY_ID
[ERROR] 2024/11/05 06:44:11 could not find item w2jtynpfqzpgluhlglb57pq4wu in vault Old-Vault, because it has been deleted or archived. Please restore the item if you want to use it with secret provisioning
```