init#
#rai init
Initializes or edits your raiconfig.toml
file.
Options#
None.
Example#
Run the rai init
command to interactively set up or edit a raiconfig.toml
file:
#$ rai init
---------------------------------------------------
Welcome to RelationalAI!
Press Control-S to skip a prompt
? Host platform:
┌──────────────────────────────────────────────────────────────────────────────┐
│❯ 2/2 │
│❯ Snowflake │
│ Azure (Beta) │
└──────────────────────────────────────────────────────────────────────────────┘
NOTE
If a raiconfig.toml
with a profile for the chosen platform
exists in your project directory, you are given the option to select the existing profile.
This profile’s values are then suggested as defaults in subsequent prompts for editing or reusing in a new profile.
See Configuration for more information on raiconfig.toml
files and profiles.