docs(cli.md): add new skip_server_startup flag
This commit is contained in:
parent
2e5f635803
commit
75f591a6e2
@ -184,3 +184,12 @@ Cli arguments, --host, --port, --num_workers
|
||||
```shell
|
||||
litellm --log_config path/to/log_config.conf
|
||||
```
|
||||
|
||||
## --skip_server_startup
|
||||
- **Default:** `False`
|
||||
- **Type:** `bool` (Flag)
|
||||
- Skip starting the server after setup (useful for DB migrations only).
|
||||
- **Usage:**
|
||||
```shell
|
||||
litellm --skip_server_startup
|
||||
```
|
||||
Loading…
Reference in New Issue
Block a user