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 had the issue multiple times that I wanted to access a secret, but I didn't know at the time if it has been pushed from another side before and so I always did a double take of gopass sync and then gopass {whatever} afterwards.
My idea was to have a new command line switch -s // --sync-before that blindly executes gopass sync before parsing the original request and executing it.
Don't know if it's possible easily with the current code architecture. Thoughts?
The text was updated successfully, but these errors were encountered:
I've had the issue multiple times that I wanted to access a secret, but I didn't know at the time if it has been pushed from another side before and so I always did a double take of
gopass sync
and thengopass {whatever}
afterwards.My idea was to have a new command line switch
-s
//--sync-before
that blindly executesgopass sync
before parsing the original request and executing it.Don't know if it's possible easily with the current code architecture. Thoughts?
The text was updated successfully, but these errors were encountered: