mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00

added a --no-trunc flag to artifact ls, which follows what images has done. by default now, the ls output will have the shortened 12 character digest. the --no-trunc will output the full digest. Signed-off-by: Brent Baude <bbaude@redhat.com>
8 lines
222 B
Markdown
8 lines
222 B
Markdown
####> This option file is used in:
|
|
####> podman artifact ls, images
|
|
####> If file is edited, make sure the changes
|
|
####> are applicable to all of those.
|
|
#### **--no-trunc**
|
|
|
|
Do not truncate the output (default *false*).
|