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 | Specify the enclave profile name. | |
| verbosity | v | If specified, sets the verbosity of this command, overriding any configured value. Values of 1 to 5 will apply increasing verbosity. |
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¶
Specify the enclave profile name.
| Name: | profile |
| Position: | Named parameter |
| Required: | No |
| Default value: | None |
verbosity Parameter¶
If specified, sets the verbosity of this command, overriding any configured value. Values of 1 to 5 will apply increasing verbosity.
| Name: | verbosity |
| Short name: | v |
| Position: | Named parameter |
| Required: | No |
| Default value: | -1 |
Documentation generated by MdDocs