Skip to content

fix: add missing cobra import to tokens_bootstrap.go#6233

Merged
mnkiefer merged 2 commits intotoken-getterfrom
copilot/sub-pr-6223
Dec 12, 2025
Merged

fix: add missing cobra import to tokens_bootstrap.go#6233
mnkiefer merged 2 commits intotoken-getterfrom
copilot/sub-pr-6223

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 12, 2025

The tokens_bootstrap.go file referenced *cobra.Command and &cobra.Command without importing the github.com/spf13/cobra package, causing compilation failures.

Changes:

  • Added missing github.com/spf13/cobra import to pkg/cli/tokens_bootstrap.go

This was preventing the tokens bootstrap command implementation from compiling correctly.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Add internal secret helper and tokens bootstrap command fix: add missing cobra import to tokens_bootstrap.go Dec 12, 2025
Copilot AI requested a review from mnkiefer December 12, 2025 10:13
@mnkiefer mnkiefer marked this pull request as ready for review December 12, 2025 10:14
@mnkiefer mnkiefer merged commit e83c891 into token-getter Dec 12, 2025
@mnkiefer mnkiefer deleted the copilot/sub-pr-6223 branch December 12, 2025 10:14
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.

2 participants