project_set_meta
Modify a project's Pebble metadata in place: set UUID, adjust target platforms, replace capabilities/message keys, and get the updated block.
Instructions
Edit a project's pebble metadata block in place.
uuid sets a specific UUID (or the literal "new" to generate a
fresh uuid4). add_platforms / remove_platforms adjust
targetPlatforms (validated against the seven known platforms, kept
in canonical order). capabilities and message_keys replace those
lists wholesale. Returns the updated pebble block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | Yes | ||
| uuid | No | ||
| capabilities | No | ||
| message_keys | No | ||
| add_platforms | No | ||
| remove_platforms | No |