Remove an image manifest from a manifest list.
‘manifest rm’ will remove the specified image manifest if it is already referenced in the index. Users must pass the digest of the image in order to delete it from the index. To discard all the images in an index and the index itself, use ‘manifest delete’.
pack manifest rm [manifest-list] [manifest] [manifest...] [flags]
pack manifest rm my-image-index my-image@sha256:<some-sha>
-h, --help Help for 'rm'
--force-color Force color output
--no-color Disable color output
-q, --quiet Show less output
--timestamps Enable timestamps in output
-v, --verbose Show more output