Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
bfreeman
3 years agoNew Contributor
How can I have 2 websites added to a login item via CLI?
I am trying to automate adding logins to a vault via a linux server. I am creating a template command using op item create.
Here is my template:
op item create --category=login --title='Templat...
Former Member
3 years agoI also have this same question. I saw a post from March 20 by Maciejf85 that mentioned the beta of the CLI had --autofill-urls
flag and you could pass multiple websites that way, but that no longer seems to work. For reference, that post showed something like:
op item create ..... --autofill-urls "https://google.com,website2=https://yahoo.com"
PLEASE let us know how we can do this and it would be fantastic if it got into the documentation with an example. Thanks!