waitfor Command¶
Waits for a peer to become available and connected.
Usage¶
enclave waitfor <VALUE>
[--profile <VALUE>]
[--timeout|-t <VALUE>]
[--verbosity|-v <VALUE>]
Parameters¶
| Position | Name | Short Name | Required | Description |
|---|---|---|---|---|
| 0 | Yes | A peer to wait for, either using a system identity, or a DNS name. | ||
| profile | No | Specify the enclave profile name. | ||
| timeout | t | No | How many seconds to wait for the peer to be available, before exiting with an error. | |
| verbosity | v | No | If specified, sets the verbosity of this command, overriding any configured value. Values of 1 to 5 will apply increasing verbosity. |
Parameter (Position 0)¶
A peer to wait for, either using a system identity, or a DNS name.
| Position: | 0 |
| Required: | Yes |
| Default value: | None |
profile Parameter¶
Specify the enclave profile name.
| Name: | profile |
| Position: | Named parameter |
| Required: | No |
| Default value: | None |
timeout Parameter¶
How many seconds to wait for the peer to be available, before exiting with an error.
| Name: | timeout |
| Short name: | t |
| Position: | Named parameter |
| Required: | No |
| Default value: | 15 |
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