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 agoHey!
The example @cmjd shared should work. op item create --category=Login --autofill-url "website1[primary]=test.com,website2=test2.com"
- this works for me with the latest version of the CLI (v2.19.0).
If this doesn't work, can you describe the behaviour you see?
Thanks!
Amanda