1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-17 06:32:47 +00:00
terraform-playground/pymage/internal/cli
Cursor Agent 389bfca56b
cli: stdout is only the image ref; log blob push/skip to stderr
- output() writes the single by-digest reference (repo@sha256:...) to stdout so
  'docker run "$(pymage build)"' works; per-tag pointers and ggcr's per-blob
  progress (pushed/existing/mounted blob) go to stderr via logs.Progress
- adds TestBuildStdoutIsImageRef asserting the stdout contract and that blob
  logs land on stderr; documents it in the README
- completes and removes todo.txt

Co-authored-by: Jason Hall <imjasonh@users.noreply.github.com>
2026-06-10 21:28:10 +00:00
..
cli.go cli: stdout is only the image ref; log blob push/skip to stderr 2026-06-10 21:28:10 +00:00
cli_test.go cli: stdout is only the image ref; log blob push/skip to stderr 2026-06-10 21:28:10 +00:00
defaults.go lots of changes 2026-06-10 17:05:36 -04:00