Skip to content

Commit f1ebd82

Browse files
authored
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
2 parents 66c4c9c + 0cb862e commit f1ebd82

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/markdown/podman-artifact-ls.1.md.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
% podman-artifact-ls 1
22

33
## NAME
4-
podman\-artifact\-ls - List OCI artifacts in local store
4+
podman\-artifact\-ls - List OCI artifacts in local store (alias list)
55

66
## SYNOPSIS
77
**podman artifact ls** [*options*]

docs/source/markdown/podman-artifact.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ from its local "artifact store".
2020
| add | [podman-artifact-add(1)](podman-artifact-add.1.md) | Add an OCI artifact to local artifact store |
2121
| extract | [podman-artifact-extract(1)](podman-artifact-extract.1.md) | Extract an OCI artifact to a local path |
2222
| inspect | [podman-artifact-inspect(1)](podman-artifact-inspect.1.md) | Inspect an OCI artifact |
23-
| ls | [podman-artifact-ls(1)](podman-artifact-ls.1.md) | List OCI artifacts in local store |
23+
| ls | [podman-artifact-ls(1)](podman-artifact-ls.1.md) | List OCI artifacts in local store (alias list) |
2424
| pull | [podman-artifact-pull(1)](podman-artifact-pull.1.md) | Pulls an artifact from a registry and stores it locally |
2525
| push | [podman-artifact-push(1)](podman-artifact-push.1.md) | Push an OCI artifact from local storage to an image registry |
2626
| rm | [podman-artifact-rm(1)](podman-artifact-rm.1.md) | Remove one or more OCI artifacts from local storage |

0 commit comments

Comments
 (0)