Skip to content

Commit 2acac82

Browse files
committed
cli synonyms
1 parent b177830 commit 2acac82

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

api_logic_server_cli/cli.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,14 +188,16 @@ def main(ctx):
188188
Creation is from your database (--db-url identifies a SQLAlchemy database)
189189
190190
\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/
192194
And: https://apilogicserver.github.io/Docs/Database-Connectivity/
193195
\b
194196
Suggestions:
195197
196198
\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
199201
"""
200202
pass # all commands come through here
201203

0 commit comments

Comments
 (0)