Go to file
wcolmenares 6f3d4a9890 fix and add the dev vm 2019-05-15 18:49:00 -04:00
LICENSE First commit 2019-04-27 00:56:57 -04:00
README.md Cleanup 2019-05-12 12:42:28 +02:00
setup.cfg First commit 2019-04-27 00:56:57 -04:00
setup.py use argparse for commands instead of Click 2019-04-29 02:07:40 -04:00
ungleich Cleanup 2019-05-12 12:42:28 +02:00
ungleich_dns.py fix and add the dev vm 2019-05-15 18:49:00 -04:00
ungleich_ripe.py update 2019-05-12 12:22:14 +02:00

README.md

ungleich cli

This CLI is used for day-to-day tasks used at ungleich. It is intended to be used by ungleich engineers and skilled customers.

Requirements / Installation

  • ensure you have python3
  • git clone this repo

Usage general

ungleich --help

Usage: DNS

ungleich dns --set-reverse <ip> --user <username> --token <token> --name mirror.example.com

Usage: RIPE

Creating a new route6 object:

ungleich ripe-add-route6 \
    --network 2a09:2947::/32
    --description "First REST /32"
    --password "very secure"