Skip to content

fix: correct 'bd config' hints to 'bd config set' in error messages#3141

Merged
maphew merged 1 commit into
mainfrom
fix/config-set-hint
Apr 9, 2026
Merged

fix: correct 'bd config' hints to 'bd config set' in error messages#3141
maphew merged 1 commit into
mainfrom
fix/config-set-hint

Conversation

@maphew

@maphew maphew commented Apr 8, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • 10 error messages across github.go, gitlab.go, and ado.go recommend bd config {key} {value} but the CLI requires the set verb: bd config set {key} {value}
  • Fixed all occurrences (4 in github.go, 2 in gitlab.go, 4 in ado.go)

Test plan

  • Run bd github sync --dry-run without config set — verify error message now shows bd config set github.owner <owner> (confirmed in diff: github.go lines updated correctly)
  • Spot-check bd gitlab and bd ado error paths similarly (confirmed in diff: all 10 occurrences fixed)

🤖 Generated with Claude Code

Ten error messages across github, gitlab, and ado commands recommend
'bd config {key} {value}' but the CLI requires the 'set' verb:
'bd config set {key} {value}'.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@maphew maphew merged commit e54bc62 into main Apr 9, 2026
31 checks passed
@maphew maphew deleted the fix/config-set-hint branch April 9, 2026 17:43
seanmartinsmith pushed a commit to seanmartinsmith/beads that referenced this pull request Apr 10, 2026
…astownhall#3141)

Ten error messages across github, gitlab, and ado commands recommend
'bd config {key} {value}' but the CLI requires the 'set' verb:
'bd config set {key} {value}'.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

1 participant