Update README to include vpn management commands

This commit is contained in:
ahmadbilalkhalid 2019-06-16 14:02:17 +05:00
parent 2976e3a9fb
commit dc3c00dc53

View file

@ -77,3 +77,27 @@ out in ~/vcs/ungleich-ssh-keys
```
ungleich sshkey --key raul.ascencio --host dev.raul.ungleich.cloud
```
### Usage: VPN Management
Creating a new VPN:
```
ungleich vpn-create \
--server_url <server_url>
--name <name>
--realm <realm>
--seed <seed_value>
--email <email>
--public_key <public_key>
```
Deleting a VPN:
```
ungleich vpn-delete \
--server_url <server_url>
--name <name>
--realm <realm>
--seed <seed_value>
```