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
austin
3 years agoOccasional Contributor
Problems with op v2 when integrating with chezmoi
I’ve recently upgraded to op v2, and it’s breaking chezmoi fairly hard. Even if the first issue is fixed (either in op or in chezmoi), there appear that there will be different errors based on whethe...
1P_Simon
1Password Team
3 years agoI disagree with your reasoning on this. op signin
is much the same as op document get , because op signin is using the first parameter. It would be better, IMO, to make it such that op signin works without an identifier (signing into the last used account?), with an identifier (signing into the named account), or with --account identifier. That is, if I have last signed into myaccount, then op signin, op signin myaccount, and op signin --account myaccount should all be equivalent.
I think the biggest difference with op document get <identifier>
and friends is that they already specify the resource name in the parent command: "document". I think the equivalent for signin would be: op account signin <account>
.
Now that you're prompted to sign-in on other commands and signin is no longer a required action to perform before any other command, it may become an option to consider moving signin
and signout
under op account
(we'd continue to support the root-level invocations for backwards-compatibility).