-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clipboard-copy field argument not working (or unclear) #1328
Comments
You are correct. The This issue will be fixed in the next release. |
Thanks for the quick reply! Just to clarify, the --field flag should be able to get any field from an entry, correct? In my case, I would like to get a |
Commander v16.11.20 has been published
To access to the specific property of the compound field add property name after a colon
the property name does not have to be a full property name.
|
Can confirm works as described. Thanks! |
I want to use the clipboard-copy command to get a filed value from the vault. I am using the following command:
keeper clipboard-copy --field host --output stdout "<path to entry>"
If i use the command without the
field
argument, i get the password of the entry in stdout as expected. However, as soon as I add the filed argument, the output is empty. I tried a few fields, but non worked. I used the names i get from theget --format json
output. Am I doing something wrong?Thanks in advance!
Edit:
Using keeper in wsl on windows.
The text was updated successfully, but these errors were encountered: