File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -188,14 +188,16 @@ def main(ctx):
188
188
Creation is from your database (--db-url identifies a SQLAlchemy database)
189
189
190
190
\b
191
- Doc: https://apilogicserver.github.io/Docs
191
+ Synonym to genai-logic: gail | gal
192
+ \b
193
+ Doc: https://apilogicserver.github.io/Docs/Doc-Home/
192
194
And: https://apilogicserver.github.io/Docs/Database-Connectivity/
193
195
\b
194
196
Suggestions:
195
197
196
198
\b
197
- ApiLogicServer start # create and manage projects
198
- ApiLogicServer create --db-url= --project-name= # defaults to Northwind sample
199
+ genai-logic start # create and manage projects
200
+ genai-logic create --db-url= --project-name= # defaults to Northwind sample
199
201
"""
200
202
pass # all commands come through here
201
203
You can’t perform that action at this time.
0 commit comments