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:list
See Exporting SQL Stored Procedures for more details.