Files
podman/docs/source/markdown/podman-quadlet-print.1.md
Artem Sierikov 61291e8c70 quadlet: add cat alias for print
Add new alias `podman quadlet cat` to `podman quadlet print`
to align Podman's quadlet CLI with systemd conventions.

Fixes: https://github.com/containers/podman/issues/27296

Signed-off-by: Artem Sierikov <sierikov@pm.me>
2025-10-22 20:05:08 +02:00

28 lines
667 B
Markdown

% podman-quadlet-print 1
## NAME
podman\-quadlet\-print - Display the contents of a quadlet
## SYNOPSIS
**podman quadlet print** *quadlet*
**podman quadlet cat** *quadlet*
## DESCRIPTION
Print the contents of a Quadlet, displaying the file including all comments.
## EXAMPLES
Using `podman quadlet print` to display the contents of a quadlet named `myquadlet.container`:
```
$ podman quadlet print myquadlet.container
[Container]
Image=alpine
Exec=sh -c "echo LIFECYCLE TEST STARTED; trap 'exit' SIGTERM; while :; do echo running; sleep 1; done"
LogDriver=passthrough
```
## SEE ALSO
**[podman(1)](podman.1.md)**, **[podman-quadlet(1)](podman-quadlet.1.md)**