Set project setting
Sets the value of the selected project setting
Function SetProjectSetting(Val Project, Val Setting, Val Value) Export
Parameter | CLI option | Type | Required | Description |
---|---|---|---|---|
Project | --proj | String | ✔ | Project filepath |
Setting | --key | String | ✔ | Project setting key |
Value | --value | String | ✔ | Value of project setting |
Returns: Structure Of KeyAndValue - Setting result
tip
If a value is modified in a running project, the change may take up to 60 seconds to be applied
- Bash
- CMD/Bat
melezh SetProjectSetting \
--proj "/proj.melezh" \
--key "***" \
--value "yo"
melezh SetProjectSetting ^
--proj "/proj.melezh" ^
--key "***" ^
--value "yo"
Result
{
"result": true
}