What's New in Version 0.7.3
New Features and Enhancements
Section titled “New Features and Enhancements”-
You may use the new rai engines:suspend CLI command to manually suspend an engine from the RAI CLI. For example, the following suspends an engine named
my_engine
:Terminal window rai engines:suspend --name my_engineSee Engine Suspension for more information.
-
Version information is now displayed in the RAI CLI help menu next to the welcome message:
Terminal window $ rai--------------------------------------------------Welcome to RelationalAI (0.7.3)rai [options] command--profile - which config profile to use (default: default)init - Initialize a new projectversion - Print version infodebugger - Open the RAI debugger...Additionally, messages about new versions of the RAI Python API are displayed in help for all commands whenever a new version is available.