Skip to content

docs: make cog debug discoverable - #3167

Open
bghira wants to merge 1 commit into
replicate:mainfrom
bghira:issue-1349-document-debug-command
Open

docs: make cog debug discoverable#3167
bghira wants to merge 1 commit into
replicate:mainfrom
bghira:issue-1349-document-debug-command

Conversation

@bghira

@bghira bghira commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Closes #1349

Summary

  • make cog debug visible in top-level CLI help
  • add command help and examples for printing or saving the generated Dockerfile
  • regenerate the CLI reference and docs/llms.txt
  • add a regression test that keeps the command discoverable

Validation

  • go test ./pkg/...
  • go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.10.1 run ./pkg/cli/...
  • go run ./cmd/cog --help includes debug
  • generated CLI docs match docs/cli.md
  • generated LLM docs match docs/llms.txt
  • git diff --check

@bghira
bghira requested a review from a team as a code owner August 31, 2026 15:45
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.

Document cog debug command

1 participant