This commit is contained in:
11
docs/snippets/api_server/cli.md
Normal file
11
docs/snippets/api_server/cli.md
Normal file
@@ -0,0 +1,11 @@
|
||||
```bash title="Bash"
|
||||
# Default: http://127.0.0.1:8000
|
||||
kreuzberg serve
|
||||
|
||||
# Custom host and port
|
||||
kreuzberg serve -H 0.0.0.0 -p 3000
|
||||
|
||||
# With configuration file
|
||||
kreuzberg serve --config kreuzberg.toml
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user