# CLI Usage
For a complete list of commands, see [CLI Commands](./commands.rst).
>[!note]
> As of BSM 3.6.0, CLI commands have been migrated to the [`bsm-api-client[cli]`](https://github.com/DMedina559/bsm-api-client) package.
> Install with:
>
> `pip install --upgrade bsm-api-client[cli]`
## Examples:
### Start the server:
```bash
bedrock-server-manager web start
```
### Generate password hash interactively
```bash
bedrock-server-manager generate-password
```