exports:list
Coming Soon
Terminal window
Terminal window
rai exports:list [OPTIONS]Displays details about SQL stored procedures exported by RelationalAI (RAI) models.
Options
Section titled “Options”| Option | Type | Required | Description |
|---|---|---|---|
--model | Text | No | Filters the list of exports by model name. If missing, exports from all models are displayed. |
Example
Section titled “Example”Use the exports:list command without any options to view SQL stored procedures exported by RAI Python modes:
rai exports:listSee Exporting SQL Stored Procedures for more details.