Podman search should return the entire description in the --format json #11894
Labels
In Progress
This issue is actively being worked by the assignee, please do not work on this at this time.
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Currently podman search is truncating on the server side, while I believe it should be on the client side.
Currently in order to get the fully description of an image, I have to execute
podman search --no-trunc --format json XYZ
This should happen by default.
Also if we are cleaning up the podman search command, I believe it should be showing me as much description as can show up in the tty, unless I put in another column in the display.
Truncating the description by default seems to ruin the reason I run search.
Final idea would be to add a pager to podman search.
So it would be easy to page up and down and left and write when I run it on a tty.
This would be the equivalent of a
podman search --notrunc XYZ | less
.The text was updated successfully, but these errors were encountered: