It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
4 years agoOP CLI - Unable to build a list of item categories
Hey everyone,
after updating the OP CLI to 2.7.0 and switching to a other docker image I'm getting after some successful op create login attempts the message:
Unable to build a list of item ...
andi_t_1P
1Password Team
4 years agoHey all, thanks for providing further info on this. So just to triple confirm, this is a rate limit issue. I cannot disclose any information as to what are the thresholds for rate limiting but after some internal talks with have come up with a solution for this and filed an internal issue. What this means for you: in the future, you will be able to avoid being rate limited like this on op item create
but only if you switch to the 'piped input' approach. This means that instead of using a for
loop to run op item create
repeatedly, you will have to get items/item templates locally and then run <command for listing the bulk of item you'd like to create> | op item create -
.
All the best,
Andi