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 agoHey rensa ,
I'm not sure why is the signin
command taking so long, but for other commands you can try and use the --cache
flag to store the data on your RAM temporarily which might improve performance instead of reaching out to our servers for every command. https://support.1password.com/command-line-reference/#cache-item-and-vault-information
In addition, I'd suggest trying to ping our servers or traceroute to them in order to figure out why it is taking so long to get a response from them.
signin
should be quite fast, and other commands should not take more than 3-5 seconds (if you only fetch one item, but if you are fetching entire vaults that might take 10-15 seconds or more).