You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that when you have no passphrase in your context (keyring, environment, etc...), trousseau raises an error. I would expect it to ask me for a passphrase instead. I think the scope of this issue is implementing the following:
If not passphrase in context, ask for it interactively.
Add a --no-interactive global option to forbid this sort of behaviors (to make scripting easier).