Skip to content

Conversation

@ivannalisetska
Copy link
Contributor

Description

Fixes issue where bk whoami command was not working in v3.14.0. The whoami command was implemented in Cobra but was missing from the Kong CLI struct in main.go.

Changes

  • Add WhoamiCmd to CLI struct for Kong command registration
  • Add WhoamiCmd struct definition with args passthrough
  • Add WhoamiCmd Run method to delegate to Cobra system

Testing

The whoami command should now work correctly when invoked via bk whoami.

PBI: #SUP-5578

- Add WhoamiCmd to CLI struct for Kong command registration
- Add WhoamiCmd struct definition with args passthrough
- Add WhoamiCmd Run method to delegate to Cobra system

PBI: #SUP-5578
@ivannalisetska ivannalisetska requested a review from a team as a code owner November 19, 2025 22:30
@ivannalisetska ivannalisetska merged commit b48e27d into main Nov 19, 2025
1 check passed
@ivannalisetska ivannalisetska deleted the ivannalisetska/SUP-5578 branch November 19, 2025 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants