21 lines
421 B
Markdown
21 lines
421 B
Markdown
# `beszel-register`
|
|
|
|
A small Rust program to register a system using the Beszel API
|
|
|
|
## Basic Usage
|
|
|
|
```bash
|
|
beszel-register --beszel http://beszel:8090 --username user@example.com --password 'Password'
|
|
```
|
|
|
|
### Advanced Usage
|
|
|
|
```bash
|
|
beszel-register \
|
|
--beszel http://beszel:8090 \
|
|
--username user@example.com \
|
|
--password 'Password' \
|
|
--name 'System Name' \
|
|
--ip 'System IP' \
|
|
--port 45876
|
|
```
|