iits-consulting / otc-auth

Open Source CLI for the Open Telekom Cloud written in go.
GNU General Public License v3.0
44 stars 4 forks source link

Improvement of the CLI tool #40

Closed zeljkobekcic closed 1 year ago

zeljkobekcic commented 1 year ago

This branch moved from the argparse package to the de-facto standard for argument parsing (cobra + viper). We are now able to:

Everything about the CLI is now in one place.

Furthermore we need to: