secrets_update_fragment
Deep-merge a TOML fragment into a secrets file, creating the file if needed. Returns the redacted result.
Instructions
Deep-merge a TOML fragment into a secrets file; returns the redacted result. The file is created if it does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the secrets file to update (from secrets_list). | |
| fragment | Yes | TOML fragment to deep-merge into the secrets file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |