updated readme
This commit is contained in:
parent
ba6e83f925
commit
cdd370f9c2
1 changed files with 19 additions and 3 deletions
22
README.md
22
README.md
|
@ -25,10 +25,23 @@ ungleich --help
|
||||||
ungleich weather
|
ungleich weather
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Usage: Config
|
||||||
|
|
||||||
|
```
|
||||||
|
ungleich config-add \
|
||||||
|
--name <otp username>
|
||||||
|
--realm <otp realm>
|
||||||
|
--seed <otp seed>
|
||||||
|
```
|
||||||
|
|
||||||
## Usage: DNS
|
## Usage: DNS
|
||||||
|
|
||||||
```
|
```
|
||||||
ungleich dns --set-reverse <ip> --user <username> --token <token> --realm <realm> --email <email> --name mirror.example.com
|
ungleich dns \
|
||||||
|
--set-reverse <ip>
|
||||||
|
--user <user_id>
|
||||||
|
--email <email>
|
||||||
|
--name mirror.example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
### Usage: RIPE
|
### Usage: RIPE
|
||||||
|
@ -47,8 +60,11 @@ ungleich ripe-add-route6 \
|
||||||
Creating a new account object:
|
Creating a new account object:
|
||||||
|
|
||||||
```
|
```
|
||||||
ungleich account --create-user <username> --name <firstname> --lastname <lastname> --email <email>
|
ungleich account \
|
||||||
|
--create-user <username>
|
||||||
|
--name <firstname>
|
||||||
|
--lastname <lastname>
|
||||||
|
--email <email>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Usage: SSH Key
|
### Usage: SSH Key
|
||||||
|
|
Loading…
Reference in a new issue