models:merge
rai models:merge [OPTIONS]Merge the current branch into its parent and retire the branch.
The branch must already sit on top of the parent’s latest changes
(run rai models pull then rai models deploy first).
Options
| Option | Type | Description |
|---|---|---|
--path | file | Path to the model file (required to verify the branch is fully deployed). |
--delete | Boolean | After a successful merge, drop the retired branch (schema + oplog store). Default: False. |
--force | Boolean | Override merge safety gates: downgrade the recorded-config drift refusal (model.implicit_properties) to a warning, and with —delete, drop even if the branch has downstream branches. Default: False. |