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 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