anjuna-nitro-cli console

Connect to the console of an enclave if it was started in debug mode.

SYNOPSIS

anjuna-nitro-cli console
anjuna-nitro-cli console --enclave-name <enclave-name>

DESCRIPTION

Displays the read-only console for the enclave that is running. The console contains the enclave startup messages and the application logs. You can use this command only if the enclave was launched with the --debug-mode command-line option (anjuna-nitro-cli run-enclave).

Specifying the --enclave-name option is recommended in order to identify AWS Nitro Enclaves and related services, such as enclave networking, especially when multiple simultaneous enclaves run on the same host. Not specifying --enclave-name is only supported when running a single enclave per host.

OPTIONS

USAGE:
    anjuna-nitro-cli console [OPTIONS]

FLAGS:
    -h, --help    Prints help information

OPTIONS:
        --disconnect-timeout <disconnect-timeout>    The time in seconds after the console disconnects from the enclave
        --enclave-id <enclave-id>                    Enclave ID, used to uniquely identify an enclave
        --enclave-name <enclave-name>                Enclave name, used to uniquely identify an enclave

EXIT STATUS

  • 0 on success

  • > 0 on error

EXAMPLES

$ anjuna-nitro-cli console

or

$ anjuna-nitro-cli console --enclave-name hello-world