Skip to content

models:branch

Terminal window
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

OptionTypeDescription
--staticBooleanCreate a static (frozen) branch: its parent stays frozen at the fork; catch up later with rai models pull --from-parent. Default: False.

See Also