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 agoThanks for the additional info, rensa .
If you start your workflow with op list items --cache , and then add the --cache flag to any additional command you send, is there a noticeable difference in the time it takes? 
For example:
- op list items --cache
- op get item [item 1] --fields password --cache

