import_properties
Import system properties from a JSON object, creating or updating them with an optional dry-run to preview changes before writing.
Instructions
Import (create or update) system properties from a JSON object. [Write]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| properties | Yes | Key-value map of property names to values (e.g. {"glide.smtp.host": "smtp.example.com"}) | |
| dry_run | No | If true, show what would be changed without writing (default false) |