start Command¶
Instructs the Enclave supervisor to start the Enclave Fabric in the background. Use with --profile to change which fabric is started.
Usage¶
enclave start [--profile <VALUE>]
[--verbosity|-v <VALUE>]
[--wait|-w]
Parameters¶
| Name | Short Name | Description |
|---|---|---|
| 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. |
| wait | w | Specifies that you want to wait for the fabric to fully start. |
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 |
wait Parameter¶
Specifies that you want to wait for the fabric to fully start.
| Name: | wait |
| Short name: | w |
| Position: | None (Switch Parameter) |
| Required: | No (Switch Parameter) |
| Default value: | false |
Documentation generated by MdDocs