set-config Command¶
Change settings in your enclave installation.
Usage¶
enclave set-config <VALUE>
[<VALUE>]
[--profile <VALUE>]
[--verbosity|-v <VALUE>]
[--force|-f]
[--reset]
Parameters¶
| Position | Name | Short Name | Required | Description |
|---|---|---|---|---|
| 0 | Yes | Supply the name of a configuration option to change. | ||
| 1 | No | Supply the new value for the configuration option | ||
| profile | No | Specify the enclave profile name. | ||
| verbosity | v | No | If specified, sets the verbosity of this command, overriding any configured value. Values of 1 to 5 will apply increasing verbosity. | |
| force | f | No | Do not prompt for confirmation | |
| reset | No | Reset the named option to its default value |
Parameter (Position 0)¶
Supply the name of a configuration option to change.
| Position: | 0 |
| Required: | Yes |
| Default value: | None |
Parameter (Position 1)¶
Supply the new value for the configuration option
| Position: | 1 |
| 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 |
force Parameter¶
Do not prompt for confirmation
| Name: | force |
| Short name: | f |
| Position: | None (Switch Parameter) |
| Required: | No (Switch Parameter) |
| Default value: | false |
reset Parameter¶
Reset the named option to its default value
| Name: | reset |
| Position: | None (Switch Parameter) |
| Required: | No (Switch Parameter) |
| Default value: | false |
Documentation generated by MdDocs