CLI (v0.52.0)Reference
wriftai model serve
CLI reference for wriftai model serve
wriftai model serve
Start model server for development
wriftai model serve [flags]Options
--build Build the model before starting the server, so you don't need to run the build command separately after making changes.
-e, --env stringArray Set environment variables (format: KEY=value). Can be specified multiple times.
-h, --help help for serve
-p, --port string The port on which the server will run. (default "8000")
-r, --reload Enable hot reload. This can be used during development to automatically detect file changes and reload.Options inherited from parent commands
--debug Enable debug modeSEE ALSO
- wriftai model - Develop and publish models