Refactor podman search to be more code friendly

* JSON and API description fields are no longer truncated. Formatting
  moved to client, better support of MVP.
* --no-trunc now defaults to true
* Updated tests for changes

Closes #11894

Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
Jhon Honce
2021-10-11 11:11:22 -07:00
parent 2fcec59445
commit b28a8bc198
10 changed files with 42 additions and 41 deletions

View File

@ -81,7 +81,7 @@ The result contains the Image name and its tag, one line for every tag associate
#### **--no-trunc**
Do not truncate the output (default *false*).
Do not truncate the output (default *true*).
#### **--tls-verify**