config:print
rai config:print
Prints the contents of your raiconfig.toml
file with sensitive details redacted.
Options
Section titled “Options”None.
Example
Section titled “Example”Use the config:print
command to display the contents of your raiconfig.toml
file:
$ rai config:printactive_profile = "default"
[profile.default]platform = "snowflake"user = "jane.doe@company.com"password = "********************"account = "plvoura-client_solutions"role = "ACCOUNTADMIN"warehouse = "MY_WAREHOUSE"rai_app_name = "RELATIONALAI"engine = ""authenticator = "snowflake"engine_size = "HIGHMEM_X64_S"
See Configuration for more information on raiconfig.toml
files and profiles.