ApiLogicServer / ApiLogicServer-src

Create an executable project (API and Admin App) from a database with 1 command, customize with rules and Python in your IDE
https://apilogicserver.github.io/Docs/
BSD 3-Clause "New" or "Revised" License
27 stars 3 forks source link

Sample_ai has bad description for activating iteration #42

Closed valhuber closed 4 months ago

valhuber commented 4 months ago

The correct command is:

ApiLogicServer sample-ai-iteration
ApiLogicServer rebuild-from-database --project_name=. --db_url=sqlite:///database/db.sqlite

Not

ApiLogicServer sample-ai-iteration
ApiLogicServer rebuild-from-database --project_name=ai_customer_orders --db_url=sqlite:///ai_customer_orders/database/db.sqlite
valhuber commented 4 months ago

Fixed in 10.02.05