models:branch
rai models:branch [OPTIONS] <BRANCH_NAME>Create a new model branch (schema) named BRANCH_NAME from the current model.
BRANCH_NAME is the new branch’s schema name. 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. |