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
rensa
4 years agoOccasional Contributor
CLI commands are very slow
I love the 1P CLI! But I'm struggling with how long it takes for its commands to return. Commands like op signin and $(opget item [...] --fields password) (to inject a password into a larger comm...
Former Member
4 years agoThanks for the update, rensa .
To make sure we're on the same page, when you said:
These delays happen even when I'm just pulling a single password from the vault.
Which command are you running? For example, are you using op get item Amazon
, or are you using op get item UuidOfItem --vault UuidOfVault
?
The reason I'm asking is that the first example is very non-specific and will need to go over all of your vaults and items to find a possible match, which might take a long while if you have a lot of vaults and/or a lot of items in each vault. The 2nd example is very specific and should reduce fetching times drastically.
I just want to make sure that the issue at hand is indeed a network related one and not a simple case of the CLI having to iterate through a lot of vaults and/or items to find a relevant result (which is normal behavior for the first example).