anjuna-nitro-cli describe-eif

Describes a Nitro Enclave Image File.

SYNOPSIS

anjuna-nitro-cli describe-eif --eif-path <eif-path>

DESCRIPTION

Describes information about a given Enclave Image File (EIF). The output includes: PCR values, information about the certificate used to sign the EIF (if any was provided at build time), information about the Docker image used to build the EIF, and any metadata added to the EIF (if any was provided at build time).

OPTIONS

USAGE:
    nitro-cli describe-eif --eif-path <eif-path>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
        --eif-path <eif-path>    Path to the EIF to describe

EXIT STATUS

  • 0 on success

  • > 0 on error

The output is in JSON format and can be parsed by using a tool like jq (https://stedolan.github.io/jq/)

EXAMPLE

anjuna-nitro-cli describe-eif --eif-path some-image.eif