Skip to content

run Command

Run the Enclave fabric. Use with --profile to change which fabric is run.

Usage

enclave run [--auth <VALUE>]
            [--enrolment-key|-e <VALUE>]
            [--profile <VALUE>]
            [--verbosity|-v <VALUE>]

Parameters

Name Short Name Description
auth Override the authority used by Enclave. (prod, preprod or local)
enrolment-key e Provide a key to use for automatic enrolment during startup.
profile Each Enclave requires a profile. A profile is the name of an Enclave network, and refers to a configuration file that contains settings and certificate of each Enclave network. Multiple Enclave instances can run simultaneously on a single system, each with its own profile, settings, network and connections.
verbosity v If specified, overrides the level of log verbosity defined in an Enclave Profile. 0 is the lowest level, no log output, and 5 is the highest which includes a hexadecimal dump of each packet passing through the fabric. Value range 0 to 5. If set to -1, the verbosity will be determined by the Profile configuration. (Use with caution)

auth Parameter

Override the authority used by Enclave. (prod, preprod or local)

Name: auth
Position: Named parameter
Required: No
Accepted values: prod, preprod, staging, local
Default value: prod

enrolment-key Parameter

Provide a key to use for automatic enrolment during startup.

Name: enrolment-key
Short name: e
Position: Named parameter
Required: No
Default value: None

profile Parameter

Each Enclave requires a profile. A profile is the name of an Enclave network, and refers to a configuration file that contains settings and certificate of each Enclave network. Multiple Enclave instances can run simultaneously on a single system, each with its own profile, settings, network and connections.

Name: profile
Position: Named parameter
Required: No
Default value: None

verbosity Parameter

If specified, overrides the level of log verbosity defined in an Enclave Profile. 0 is the lowest level, no log output, and 5 is the highest which includes a hexadecimal dump of each packet passing through the fabric. Value range 0 to 5. If set to -1, the verbosity will be determined by the Profile configuration. (Use with caution)

Name: verbosity
Short name: v
Position: Named parameter
Required: No
Default value: -1

Documentation generated by MdDocs