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
Since I also face this problem, I had a look at it with git bisect. It seems that MR #679 introduced the regression. Specifically one of the following commits:
319f45d
I was not able to narrow it down any further, since lpass would not synchronize with the server (presumably; the password would not show up in my vault).
I am encountering the same problem, the only difference being that I try to add an SSH entry, using note type: --note-type=ssh-key. This used to work, but doesn't work on version 1.5.0 or 1.6.0.
Hi, I want a DB secret to be stored in LastPass
executing
printf "Username: jozef.test\nPassword: somepw" | lpass add --non-interactive --note-type=Database "Shared-user-jozef/database/some-cluster11" --sync=now
Result is a secure note:
Expected Database type:
I suppose that
--note-type=Database
will create a Database note type, however it createdNoteType:Database
entry underNotes
An older version was creating correct Database entries, not sure which one.
LastPass CLI v1.3.6.9.g1cdf78c
The text was updated successfully, but these errors were encountered: