Skip to content

feat(cli): add config get <key> subcommand for targeted config lookup - #118

Merged
trevor-vaughan merged 1 commit into
mainfrom
feat/109-config-get
Jul 31, 2026
Merged

feat(cli): add config get <key> subcommand for targeted config lookup#118
trevor-vaughan merged 1 commit into
mainfrom
feat/109-config-get

Conversation

@trevor-vaughan

Copy link
Copy Markdown
Collaborator

Traverses the resolved Config struct using dot-notation and yaml tags,
returning scalar values directly or YAML-marshaled subtrees. Supports
--json for machine-readable output.

Fixes: #109

Assisted-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
Signed-off-by: Trevor Vaughan tvaughan@redhat.com

@github-actions

github-actions Bot commented Jul 30, 2026

Copy link
Copy Markdown

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ COPYPASTE jscpd yes no no 1.25s
✅ GO golangci-lint yes no no 94.42s

See detailed reports in MegaLinter artifacts
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

Comment thread cmd/crosscodex/main_bdd_test.go Fixed
Traverses the resolved Config struct using dot-notation and yaml tags,
returning scalar values directly or YAML-marshaled subtrees. Supports
--json for machine-readable output.

Fixes: #109

Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Trevor Vaughan <tvaughan@redhat.com>
@trevor-vaughan
trevor-vaughan marked this pull request as ready for review July 31, 2026 02:04
@trevor-vaughan
trevor-vaughan merged commit ab06a61 into main Jul 31, 2026
6 checks passed
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.

feat(cli): add config get <key> subcommand for targeted config lookup

2 participants