Forum Discussion
op run command reads non-existent item data
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
```