diff options
author | Alexandre Fourcat <afourcat@gmail.com> | 2021-01-10 18:59:38 +0900 |
---|---|---|
committer | Alexandre Fourcat <afourcat@gmail.com> | 2021-01-10 19:04:23 +0900 |
commit | e1302a302314cb6b7a5558c0b8c36ce722d5cc20 (patch) | |
tree | f2f02772db068965e023f684416ce74a2e7b929d /cmd/podman/pods | |
parent | 49db79e735acd2c693762eaff62680cd9a8cb60b (diff) | |
download | podman-e1302a302314cb6b7a5558c0b8c36ce722d5cc20.tar.gz podman-e1302a302314cb6b7a5558c0b8c36ce722d5cc20.tar.bz2 podman-e1302a302314cb6b7a5558c0b8c36ce722d5cc20.zip |
Adding json formatting to `--list-tags` option in `podman search`
command.
Data is formatted following this JSON structure:
```json
{
"Name": "...",
"Tags": ["...", "...", "..."]
}
```
Closes: #8740.
Signed-off-by: Alexandre Fourcat <afourcat@gmail.com>
Diffstat (limited to 'cmd/podman/pods')
0 files changed, 0 insertions, 0 deletions