Go to file
ahmadbilalkhalid 4dd9b8cb29 requirements.txt added, weather sub command added 2019-06-06 15:26:07 +05:00
__pycache__ requirements.txt added, weather sub command added 2019-06-06 15:26:07 +05:00
README.md Updated readme 2019-05-30 05:26:12 -04:00
requirements.txt requirements.txt added, weather sub command added 2019-06-06 15:26:07 +05:00
ungleich requirements.txt added, weather sub command added 2019-06-06 15:26:07 +05:00
ungleich_account.py added account creation command 2019-05-30 05:23:43 -04:00
ungleich_dns.py Set correct endpoint for dns 2019-05-30 05:24:09 -04:00
ungleich_ripe.py update 2019-05-12 12:22:14 +02:00
ungleich_weather.py requirements.txt added, weather sub command added 2019-06-06 15:26:07 +05: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> --realm <realm> --email <email> --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"

Usage: Account

Creating a new account object:

ungleich account --create-user <username> --name <firstname> --lastname <lastname> --email <email>