ls_layer

Function ls_layer 

Source
pub fn ls_layer<ObjectID: FsVerityHashValue>(
    repo: &Repository<ObjectID>,
    diff_id: &str,
) -> Result<()>
Expand description

Lists the contents of a container layer stored in the repository.

Reads the split stream for the named layer and prints each tar entry to stdout in composefs dumpfile format.