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
Alycia
6 months agoNew Contributor
Automate logging into 1Password CLI V2
Like question in Automate logging into 1Password CLI, how can I do this in 1Password CLI V2? I tried the command echo "MYPASSWORD" | eval $(op signin)
but it doesn't work.
My need is to be able to automate logging into my account so that I can use 1password-cli to backup all data regularly. Is there a better solution to this need?
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser: Not Provided
- AlyciaNew Contributor
Like question in Automate logging into 1Password CLI, how can I do this in 1Password CLI V2? I tried the command
echo "MYPASSWORD" | eval $(op signin)
but it doesn't work.My need is to be able to automate logging into my account so that I can use 1password-cli to backup all data regularly. Is there a better solution to this need?
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser: Not Provided - AlyciaNew Contributor
Like question in Automate logging into 1Password CLI, how can I do this in 1Password CLI V2? I tried the command
echo "MYPASSWORD" | eval $(op signin)
but it doesn't work.My need is to be able to automate logging into my account so that I can use 1password-cli to backup all data regularly. Is there a better solution to this need?
- luckman212Contributor
Alycia Did you ever get your answer on this?
- AlyciaNew Contributor
luckman212 try
eval $(echo "PASSWORD" | op signin)