bitwarden / clients

Bitwarden client apps (web, browser extension, desktop, and cli).
https://bitwarden.com
Other
9.02k stars 1.18k forks source link

CLI not reporting any events except logging in #11033

Closed jonjohnston closed 6 days ago

jonjohnston commented 6 days ago

Steps To Reproduce

  1. log into bitwarden via cli
  2. using cli, view the password to an item
  3. log into Admin console and go to event logs

Expected Result

Event should show "Logged in" Event should show "Viewed item dsfdaadsdasf"

Actual Result

Event shows "Logged in"

Nothing else shows

Screenshots or Videos

No response

Additional Context

No response

Operating System

Windows, macOS, Linux

Operating System Version

No response

Shell

Bash, Zsh

Build Version

1.22.1

Issue Tracking Info

djsmith85 commented 6 days ago

@jonjohnston Thank you for your report.

Just one thing I'm curious about. Is the version number you mention correct? The latest CLI version is v2024.8.2.

Downloads can be found at: https://bitwarden.com/download/

djsmith85 commented 6 days ago

The version you mention is the last version released on the previous repository before moving to a mono-repository under bitwarden/clients

jonjohnston commented 6 days ago

@djsmith85 yes the issue I was on the latest version from the old repo. Once upgrading, the issue is gone. Thanks