models:branch
rai models:branch [OPTIONS] <NAME>Create a new model branch (schema) from the current model.
The parent is the current model schema (deployment.schema in
raiconfig), matching rai models deploy/switch.
Options
| Option | Type | Description |
|---|---|---|
--static | Boolean | Create a static (frozen) branch: its parent stays frozen at the fork; catch up later with rai models pull --from-parent. Default: False. |