ungleich-cli/README.md

35 lines
718 B
Markdown
Raw Normal View History

2019-05-12 10:31:51 +00:00
# ungleich cli
2019-04-27 04:56:57 +00:00
2019-05-12 10:31:51 +00:00
This CLI is used for day-to-day tasks used at ungleich.
It is intended to be used by ungleich engineers and skilled customers.
2019-04-27 04:56:57 +00:00
2019-05-12 10:31:51 +00:00
## Requirements / Installation
2019-05-12 10:31:51 +00:00
* ensure you have python3
* git clone this repo
* python ungleich-cli.py
2019-05-12 10:31:51 +00:00
## Usage: DNS
2019-04-27 04:56:57 +00:00
installing the package via pip (python3 required)
```angular2
python3 -m pip install ungleich-cli
2019-04-27 04:56:57 +00:00
```
after installed you can set the reverse dns by typing
```angular2
ungleich-cli dns --set-reverse <ip> --user <username> --token <token> --name mirror.example.com
2019-05-12 09:25:50 +00:00
```
### Usage: RIPE
Creating a new route6 object:
```
ungleichcli.py ripe-add-route6 \
--network 2a09:2947::/32
--description "First REST /32"
--password "very secure"
```