Open J0zi opened 7 months ago
Same here with LastPass CLI v1.5.0.GIT Old version worked correctly: lastpass-cli-1.3.3
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:
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.
EDIT: The most recent version that works for me is v1.3.7: https://github.com/lastpass/lastpass-cli/releases/tag/v1.3.7
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