Skip to content

Print the default config from the CLI#343

Open
jongio wants to merge 1 commit into
mainfrom
idea/config-defaults-command
Open

Print the default config from the CLI#343
jongio wants to merge 1 commit into
mainfrom
idea/config-defaults-command

Conversation

@jongio

@jongio jongio commented Jul 19, 2026

Copy link
Copy Markdown
Owner

Closes #336.

Summary:

  • add grut config defaults to print embedded TOML defaults
  • add --output to write defaults to a file and create parent directories
  • expose default config bytes through a safe copy helper

Validation:

  • go build ./...
  • go test ./cmd ./internal/config -count=1
  • go vet ./...
  • go test ./... -count=1

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@jongio jongio added the idea Feature idea from the idea pipeline label Jul 19, 2026
@jongio jongio self-assigned this Jul 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

idea Feature idea from the idea pipeline

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Print the default config from the CLI

1 participant