Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
4 years agoError - You are not currently signed in.
After running eval $(op signin) , I get "You are not currently signed in." for any subsequent op.
zsh:
```
➜ op --version
2.0.0
Last login: Tue Mar 29 09:39:55 on ttys002
➜ eval $(op...
Former Member
4 years agoHey folks!
I can reproduce the problem if I start fresh with the CLI and run any command other than op signin or op account add and then add the account when prompted for it. For example:
```
$ op vault ls
No accounts configured for use with 1Password CLI.
You can either:
- Sign in with biometric unlock; see https://developer.1password.com/docs/cli/get-started/#sign-in for details.
- Add an account manually with op account add; see op account add --help for details.
Do you want to add an account manually now? [Y/n] y
And now enter your account details
```
The above steps can cause this exact issue. We are working on a fix for that.
In the meantime, there is also a workaround:
1. Delete the CLI's configuration by running rm ~/.op/config or rm ~/.config/op/config. Warning: this will remove the account's details; make sure you have them stored somewhere else s well.
2. Now run eval $(op signin). You should be prompted for your account details. After entering those, you should be signed in.
Running the above should only be needed once.
Let me know if that helps.
Joris