spiegel_podman/cmd
umar11b a46392e486 Add --quiet to podman artifact ls
Problem: podman artifact ls has no way to print just artifact
identifiers. Scripts that want to act on artifacts (e.g. remove them)
have to parse table output or use --format {{.Digest}}. Every other
listing command in podman (images, ps, artifact push/pull) already
supports -q/--quiet for this.

Impact: users can now run `podman artifact ls --quiet` to get one
digest per line, no header, suitable for piping into other podman
commands.

Change: adds a --quiet/-q bool flag to the list command. When set (and
--format is not also given), output.Digest is printed for each
artifact instead of the table.

Signed-off-by: umar11b <uzaman2018@gmail.com>
2026-08-20 16:31:13 -04:00
..
podman Add --quiet to podman artifact ls 2026-08-20 16:31:13 -04:00
podman-mac-helper Merge pull request #29511 from vishnukothakapu/perf-regexp-mustcompile 2026-08-17 12:53:04 +02:00
podman-testing Fix staticcheck SA4023 warnings in call.go and sign.go 2026-06-12 09:53:20 +02:00
quadlet added errorlint 2026-08-14 01:35:03 +05:30
rootlessport cmd/rootlessport: remove wsl workaround 2026-08-20 12:36:52 +02:00
winpath Fix GOOS=windows prealloc linter warnings 2026-02-11 11:41:11 -08:00