Password option seems to be ignored #154
|
I've been trying to invoke enpasscli with the -password flag and it seems to be ignored. After specifying the following command, it still requests to enter the vault password:
I tried to print the log but when I use the -log=5 option it returns the following error:
Any ideas? Thanks! |
Answered by
hazcod
May 17, 2026
Replies: 1 comment 3 replies
|
Hey @t-scutulatus , you should actually use an env variable such as btw) use |
3 replies
Answer selected by
hazcod
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @t-scutulatus , you should actually use an env variable such as
MASTERPW="MyPassword".-passwordis for setting item password fields. I'll make this clearer in the docs!btw) use
-log=debuginstead of-log=5.