skopeo/docs/skopeo-manifest-digest.1.md
Ed Santiago ae0595c56a
Man page validation: part 2 of 2
This is the script that runs 'skopeo COMMAND --help' and
cross-checks that all the option flags are documented
in man pages, and vice-versa (all options listed in man
pages appear in COMMAND's --help message).

Copied from podman, with changes for skopeo-land (removing
the rst checks, and conforming to skopeo conventions).

Signed-off-by: Ed Santiago <santiago@redhat.com>
2021-07-21 14:51:47 -04:00

622 B

% skopeo-manifest-digest(1)

NAME

skopeo-manifest-digest - Compute a manifest digest for a manifest-file and write it to standard output.

SYNOPSIS

skopeo manifest-digest manifest-file

DESCRIPTION

Compute a manifest digest of manifest-file and write it to standard output.

OPTIONS

--help, -h

Print usage statement

EXAMPLES

$ skopeo manifest-digest manifest.json
sha256:a59906e33509d14c036c8678d687bd4eec81ed7c4b8ce907b888c607f6a1e0e6

SEE ALSO

skopeo(1)

AUTHORS

Antonio Murdaca runcom@redhat.com, Miloslav Trmac mitr@redhat.com, Jhon Honce jhonce@redhat.com