status Command¶
Display information about the running Enclave network.
Usage¶
enclave status [--profile <VALUE>]
[--verbosity|-v <VALUE>]
[--json]
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. |
| json | Formats the command output as JSON |
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 |
json Parameter¶
Formats the command output as JSON
| Name: | json |
| Position: | None (Switch Parameter) |
| Required: | No (Switch Parameter) |
| Default value: | false |
Documentation generated by MdDocs