Merge pull request #28097 from m-horky/mhorky/quadlet-ls

feat(cmd/podman/quadlet): Add 'ls' as 'list' alias
This commit is contained in:
Ashley Cui
2026-02-16 12:08:22 -05:00
committed by GitHub
4 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
% podman-quadlet-list 1
## NAME
podman\-quadlet\-list - List installed quadlets
podman\-quadlet\-list - List installed quadlets (alias ls)
## SYNOPSIS
**podman quadlet list** [*options*]

View File

@@ -16,7 +16,7 @@ Podman Quadlets allow users to manage containers, pods, volumes, networks, and i
| Command | Man Page | Description |
|---------|------------------------------------------------------------|--------------------------------------------------------------|
| install | [podman-quadlet-install(1)](podman-quadlet-install.1.md) | Install a quadlet file or quadlet application |
| list | [podman-quadlet-list(1)](podman-quadlet-list.1.md) | List installed quadlets |
| list | [podman-quadlet-list(1)](podman-quadlet-list.1.md) | List installed quadlets (alias ls) |
| print | [podman-quadlet-print(1)](podman-quadlet-print.1.md) | Display the contents of a quadlet |
| rm | [podman-quadlet-rm(1)](podman-quadlet-rm.1.md) | Removes an installed quadlet |