This commit is contained in:
11
docs/snippets/cli/serve_python.md
Normal file
11
docs/snippets/cli/serve_python.md
Normal file
@@ -0,0 +1,11 @@
|
||||
```bash title="Bash"
|
||||
# Start server via Python CLI proxy
|
||||
python -m kreuzberg serve
|
||||
|
||||
# Specify host and port
|
||||
python -m kreuzberg serve --host 0.0.0.0 --port 3000
|
||||
|
||||
# With custom config
|
||||
python -m kreuzberg serve --config production.toml
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user