mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-19 06:07:50 +00:00
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:
commit
f1ebd8260e
2 changed files with 2 additions and 2 deletions
|
|
@ -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*]
|
||||
|
|
|
|||
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue