Merge pull request #28383 from readefries/feat/add-list-as-alias-for-artifact-ls

feat: add list as ls alias for artifact command. Resolves #28372
This commit is contained in:
Jan Rodák 2026-03-31 12:09:46 +02:00 committed by GitHub
commit f1ebd8260e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
% podman-artifact-ls 1
## NAME
podman\-artifact\-ls - List OCI artifacts in local store
podman\-artifact\-ls - List OCI artifacts in local store (alias list)
## SYNOPSIS
**podman artifact ls** [*options*]

View file

@ -20,7 +20,7 @@ from its local "artifact store".
| add | [podman-artifact-add(1)](podman-artifact-add.1.md) | Add an OCI artifact to local artifact store |
| extract | [podman-artifact-extract(1)](podman-artifact-extract.1.md) | Extract an OCI artifact to a local path |
| inspect | [podman-artifact-inspect(1)](podman-artifact-inspect.1.md) | Inspect an OCI artifact |
| ls | [podman-artifact-ls(1)](podman-artifact-ls.1.md) | List OCI artifacts in local store |
| ls | [podman-artifact-ls(1)](podman-artifact-ls.1.md) | List OCI artifacts in local store (alias list) |
| pull | [podman-artifact-pull(1)](podman-artifact-pull.1.md) | Pulls an artifact from a registry and stores it locally |
| push | [podman-artifact-push(1)](podman-artifact-push.1.md) | Push an OCI artifact from local storage to an image registry |
| rm | [podman-artifact-rm(1)](podman-artifact-rm.1.md) | Remove one or more OCI artifacts from local storage |