Bw create item includes passkey value that is not supplied

I’m new to using the Bitwarden CLI, so this might be a known issue, but I can’t find anything in the forum or documentation.

When using the CLI to add a new item, the “passkey” field is populated with a date of 12/31/69 at 4pm PT - the equivalent of Unix epoch time.

I don’t see where the passkey field is located in the item when I do a get, nor do I see where it is defined in either template I am using. Has anyone else seen this behavior and knows how to prevent this field from having data at the CLI?

Solved this with some more digging.

item.login.fido2Credentials is where this creationdate value is coming from. By setting it to null when I insert from template, the entry isn’t added anymore.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.