Skip to content

models:init

Terminal window
rai models:init [OPTIONS] <[NAME]>

Scaffold a new deploy-mode starter project.

The project name can be passed as a positional argument (rai models init my_project) or via --name my_project. If neither is supplied, the wizard prompts interactively.

OptionTypeDescription
--nametextProject name (alternative to the positional [NAME]).