Product Runtime
These commands manage the running state of a product. Use them to start and stop Docker Compose services, execute entrypoints, restart the Flask server, stream logs, open interactive shells, and inspect container status and port mappings.
Command reference
| Command | Description |
|---|---|
product:up |
Start product and features with Docker Compose |
product:down |
Stop all services |
product:run |
Execute the entrypoint inside the main container |
product:restart |
Restart Flask app without recreating containers |
product:shell |
Open a shell inside the main container |
product:console |
Interactive Python shell with app, db, and models loaded |
product:logs |
Stream logs from Docker Compose services |
product:port |
Show the product URL and port |
product:containers |
Show Docker container status |