configure

Update a configuration property in the local private cloud.

Syntax

rumi cloud local configure --section <section> --key <key> --value <value>

Options

Option
Short
Description
Required

--section

-s

Configuration section

Yes

--key

-k

Property key

Yes

--value

-v

Property value; use 'null' to remove

Yes

Example

rumi cloud local configure --section logging --key level --value DEBUG

See Also

Last updated