Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
crumpstar
2 years agoNew Contributor
Unable to create new item with empty password with cli
I'm using cli 2.28.0
op item get "item-uuid" --format=json | op item create --vault=runtime-testing --tags=test
is returning "unable to process line 1: Validation: (validateVaultItem failed to ...
asteurer
11 months agoNew Contributor
I'm running into the same error message when I try to run this command:
op item edit my_item --vault my_vault "test_password=TEST"
Here's the error message:
[ERROR] 2024/10/24 20:23:47 validateVaultItem failed to Validate: Couldn't validate the item: "[ItemValidator] has found 1 errors, 0 warnings: \nErrors:{1. Password item requires ps value}"
I'm using op version 2.30.0 on Ubuntu 24.04.1 LTS.