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! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hey @t-scutulatus , you should actually use an env variable such as btw) use |
Beta Was this translation helpful? Give feedback.
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.