It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
 Forum Discussion
rensa
5 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
5 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). 

