import_properties
Create or update system properties by providing a JSON key-value map. Supports 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 |
|---|---|---|---|
| dry_run | No | If true, show what would be changed without writing (default false) | |
| properties | Yes | Key-value map of property names to values (e.g. {"glide.smtp.host": "smtp.example.com"}) |